Skip to content

Commit f245b3e

Browse files
committed
Removed windows.
1 parent dc4eb66 commit f245b3e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
test-with-docker:
5353
strategy:
5454
matrix:
55-
platform: [ubuntu-latest, windows-latest]
5655
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
57-
runs-on: ${{ matrix.platform }}
56+
runs-on: ubuntu-latest
5857
needs: flake8
5958

6059
steps:
@@ -69,16 +68,11 @@ jobs:
6968
pip install git+https://github.com/iris-hep/ast-language.git@e6470deb68529e1885a4bc46f781e2fe43a6f4c8
7069
pip install --no-cache-dir -e .[test,local]
7170
pip list
72-
- name: Switch Docker to Linux containers on Windows
73-
if: matrix.platform == 'windows-latest'
74-
shell: pwsh
75-
run: |
76-
& "$Env:ProgramFiles\Docker\Docker\DockerCli.exe" -SwitchLinuxEngine
7771
- name: Test with pytest
7872
run: |
7973
python -m pytest --docker
8074
- name: Report coverage with Codecov
81-
if: github.event_name == 'push' && matrix.python-version == 3.9 && matrix.platform == 'ubuntu-latest'
75+
if: github.event_name == 'push' && matrix.python-version == 3.9
8276
uses: codecov/codecov-action@v3
8377
with:
8478
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)