Skip to content

Commit

Permalink
Remove run Python tests stage from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simondevenish authored Nov 22, 2024
1 parent 0d0986f commit 895839a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ jobs:
run: |
cmake -S . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake --build build
- name: Run Tests
run: |
pytest tests --verbose

0 comments on commit 895839a

Please sign in to comment.