Skip to content

Commit 07aef8b

Browse files
committed
Update python-app.yml
1 parent 3541438 commit 07aef8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ permissions:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-latest
17+
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20+
os: [ubuntu-latest, windows-latest]
2021
python-version: [3.11, 3.12, 3.13]
2122
steps:
2223
- uses: actions/checkout@v4
@@ -28,7 +29,6 @@ jobs:
2829
run: |
2930
python -m pip install --upgrade pip
3031
pip install flake8 pytest
31-
if [[ -f requirements.txt ]]; then pip install -r requirements.txt; fi
3232
pip install .[iontof]
3333
- name: Lint with flake8
3434
run: |

0 commit comments

Comments
 (0)