We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5446b commit c94f501Copy full SHA for c94f501
.circleci/continue_config.yml
@@ -93,9 +93,9 @@ jobs:
93
- run:
94
name: Run linters and code style checks
95
command: make py-style
96
- - run:
97
- name: Exercise the benchmarks
98
- command: make benchmark-ci
+ # - run:
+ # name: Exercise the benchmarks
+ # command: make benchmark-ci
99
100
name: Run cicd tests
101
command: make cicd-test
0 commit comments