Skip to content

Commit 59ec413

Browse files
committed
fix(ci): relax yarn install
1 parent 474317c commit 59ec413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
pyenv global 3.9.4
6161
- run: python --version
6262
- run: docker ps
63-
- run: yarn install --frozen-lockfile
63+
- run: yarn install
6464
- save_cache:
6565
key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
6666
paths:

0 commit comments

Comments
 (0)