Skip to content

Commit

Permalink
fix(ci): relax yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Sep 20, 2021
1 parent 474317c commit 59ec413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pyenv global 3.9.4
- run: python --version
- run: docker ps
- run: yarn install --frozen-lockfile
- run: yarn install
- save_cache:
key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
paths:
Expand Down

0 comments on commit 59ec413

Please sign in to comment.