Skip to content

Commit

Permalink
Move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Aug 14, 2024
1 parent dce31ea commit 6e4a6d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
run: |
source venv/bin/activate
cd ..
python -m pytest -v -m "not wheel" Fiona/tests
mv Fiona/tests ./tests
python -m pytest -v -m "not wheel" tests
build-wheels-linux:
name: Build wheels on Linux
Expand Down

0 comments on commit 6e4a6d1

Please sign in to comment.