Skip to content

Commit

Permalink
CI: Remove strict option (pandas-dev#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 and mroeschke committed Sep 11, 2023
1 parent 829318f commit e7805ea
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 e7805ea

Please sign in to comment.