Skip to content

Commit

Permalink
[sebs] Update CircleCI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcopik committed Mar 22, 2022
1 parent e7bcd14 commit ac96f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
key: deps1-{{ .Branch }}-{{ checksum "requirements.txt" }}
- run:
command: |
python3 install.py --dont-rebuild-docker-images --no-local
python3 install.py --aws --azure --gcp --dont-rebuild-docker-images --no-local
name: Install pip dependencies
- run:
command: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
name: Load Docker images
- run:
command: |
python3 install.py
python3 install.py --aws
name: Install pip dependencies
- run:
command: |
Expand Down

0 comments on commit ac96f44

Please sign in to comment.