Skip to content

Commit d27c467

Browse files
Backport PR pandas-dev#54783 on branch 2.1.x (CI: Remove strict option) (pandas-dev#54785)
Backport PR pandas-dev#54783: CI: Remove strict option Co-authored-by: Thomas Li <[email protected]>
1 parent f7eb2cc commit d27c467

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)