Skip to content

Commit

Permalink
CI should use the defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 27, 2024
1 parent 81fcc40 commit 46790af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# TODO: remove setuptools once https://github.com/cython/cython/issues/5751 is fixed
uv pip install -e .[testing,docs] setuptools
- run: uv run scons -j$(nproc)
- run: uv run pytest --durations=0
- run: uv run pytest .

static-analysis:
name: static analysis
Expand Down

0 comments on commit 46790af

Please sign in to comment.