Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,13 @@ jobs:
- run:
name: Run linters and code style checks
command: make py-style
# - run:
# name: Exercise the benchmarks
# command: make benchmark-ci
- unless:
condition:
equal: ["3.9", << parameters.python_version >>]
steps:
- run:
name: Exercise the benchmarks
command: make benchmark-ci
- run:
name: Run cicd tests
command: make cicd-test
Expand Down