Skip to content

Commit

Permalink
Update test_benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Jun 3, 2024
1 parent 6c45d05 commit 5bcfb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Test
run: |
benchopt test . --env-name bench_test_env -vl $PYTEST_EXTRA_ARGS
benchopt test . --env-name test_env -vl $PYTEST_EXTRA_ARGS
# Avoid having too large cache between two runs
benchopt clean .
benchopt test . --env-name bench_test_env -vl --skip-install $PYTEST_EXTRA_ARGS
benchopt test . --env-name test_env -vl --skip-install $PYTEST_EXTRA_ARGS

0 comments on commit 5bcfb74

Please sign in to comment.