Skip to content

Commit

Permalink
Try testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Jan 21, 2022
1 parent 5b3a9e9 commit 94f7539
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ commands:

setup:
steps:
- checkout
#- checkout
- setup_conda
- setup_requirements

Expand Down Expand Up @@ -425,8 +425,10 @@ jobs:
name: docker
python_version: <<parameters.python_version>>
steps:
- setup
- checkout
- run: git checkout develop
- setup
- run: git branch
- run:
name: Run linters
command: make lint
Expand Down

0 comments on commit 94f7539

Please sign in to comment.