We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ff8496 + 922ec89 commit ed28cabCopy full SHA for ed28cab
1 file changed
.circleci/continue_config.yml
@@ -93,9 +93,13 @@ 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
+ - unless:
+ condition:
+ equal: ["3.9", << parameters.python_version >>]
99
+ steps:
100
+ - run:
101
+ name: Exercise the benchmarks
102
+ command: make benchmark-ci
103
104
name: Run cicd tests
105
command: make cicd-test
0 commit comments