Skip to content

Commit

Permalink
CI: Remove strict option (#54783)
Browse files Browse the repository at this point in the history
It is there by default in asv > 0.6.0
  • Loading branch information
lithomas1 authored Aug 27, 2023
1 parent 48f5a96 commit 7a16d92
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 --strict --durations=30 --python=same
asv run --quick --dry-run --durations=30 --python=same
build_docker_dev_environment:
name: Build Docker Dev Environment
Expand Down

0 comments on commit 7a16d92

Please sign in to comment.