Skip to content

Commit

Permalink
updated ci workflow - skipping windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noman404 committed Jan 9, 2025
1 parent d5ff237 commit 5e882b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", 3.11]

steps:
Expand All @@ -28,9 +28,5 @@ jobs:
pip install -e .
pip install pytest
- name: Make TAXSIM executables executable (Unix)
if: runner.os != 'Windows'
run: chmod +x resources/taxsim35/taxsim35-*.exe

- name: Run tests
run: pytest tests/

0 comments on commit 5e882b5

Please sign in to comment.