Skip to content

Commit

Permalink
Remove benchmark related tests since they can't be run in pypy (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys authored Nov 12, 2024
1 parent d025c5c commit 278d158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
run: |
pip install --upgrade setuptools
pip install -r requirements.txt
[ -e "requirements_benchmark.txt" ] && pip install -r requirements_benchmark.txt # include benchmark requirements if they exist.
pip install -e .
- name: Run Tests
run: py.test
run: py.test --ignore tests/test_benchmark_cli.py --ignore tests/test_benchmark_spec.py

source-distribution:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 278d158

Please sign in to comment.