Skip to content

Commit

Permalink
Backport PR #54783 on branch 2.1.x (CI: Remove strict option) (#54785)
Browse files Browse the repository at this point in the history
Backport PR #54783: CI: Remove strict option

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and lithomas1 authored Aug 28, 2023
1 parent f7eb2cc commit d27c467
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 d27c467

Please sign in to comment.