Skip to content

Commit e7805ea

Browse files
lithomas1mroeschke
authored andcommitted
CI: Remove strict option (pandas-dev#54783)
It is there by default in asv > 0.6.0
1 parent 829318f commit e7805ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
cd asv_bench
126126
asv machine --yes
127-
asv run --quick --dry-run --strict --durations=30 --python=same
127+
asv run --quick --dry-run --durations=30 --python=same
128128
129129
build_docker_dev_environment:
130130
name: Build Docker Dev Environment

0 commit comments

Comments
 (0)