Skip to content

Commit

Permalink
Make ASV error as warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Feb 7, 2024
1 parent 65b267a commit b422a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
cd asv_bench
asv machine --yes
asv run --quick --dry-run --durations=30 --python=same --show-stderr
python -Werror -m asv run --quick --dry-run --durations=30 --python=same --show-stderr
build_docker_dev_environment:
name: Build Docker Dev Environment
Expand Down

0 comments on commit b422a67

Please sign in to comment.