Skip to content

Commit

Permalink
Temporarily run all CircleCI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jul 6, 2022
1 parent b5ebda4 commit 5f6a9a5
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,22 +383,42 @@ workflows:
jobs:
- flake8:
<<: *no_filters
- python37:
<<: *no_filters
- python37-min-req:
<<: *no_filters
- python38:
<<: *no_filters
- python39:
<<: *no_filters
- python39-upgrade-dev:
<<: *no_filters
- python39-upgrade-dev-pre:
<<: *no_filters
- miniconda37:
<<: *no_filters
- miniconda38:
<<: *no_filters
- miniconda39:
<<: *no_filters
- gallery37:
<<: *no_filters
- gallery37-min-req:
<<: *no_filters
- gallery38: # TODO replace with gallery39 after allensdk support py39
- gallery38:
<<: *no_filters
- gallery39:
<<: *no_filters
- gallery39-upgrade-dev:
<<: *no_filters
- gallery39-upgrade-dev-pre:
<<: *no_filters
- gallery39-ros3:
<<: *no_filters
- miniconda39-ros3:
<<: *no_filters
- test-validation:
<<: *no_filters
- deploy-dev:
requires:
- flake8
Expand Down

0 comments on commit 5f6a9a5

Please sign in to comment.