Skip to content

Commit 3662a9b

Browse files
lithomas1meeseeksmachine
authored andcommitted
Backport PR pandas-dev#54783: CI: Remove strict option
1 parent f7eb2cc commit 3662a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-checks.yml

+1-1
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)