Skip to content

Commit 1fbd933

Browse files
terapyonterapyon
authored andcommitted
Fix: Disable immutable installs for Yarn in CI environment
1 parent 0d4f135 commit 1fbd933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python -m pip install -U codecov
4747
yarn --version
4848
yarn config set nodeLinker node-modules
49-
yarn install
49+
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
5050
5151
- name: Install package
5252
run: |

0 commit comments

Comments
 (0)