We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474317c commit 59ec413Copy full SHA for 59ec413
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
pyenv global 3.9.4
61
- run: python --version
62
- run: docker ps
63
- - run: yarn install --frozen-lockfile
+ - run: yarn install
64
- save_cache:
65
key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
66
paths:
0 commit comments