Skip to content

Commit 16e8db9

Browse files
terapyonterapyon
authored andcommitted
modify GH Actions
1 parent c870bc2 commit 16e8db9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
python -m pip install -U codecov
39+
yarn --version
3940
yarn install
4041
4142
- name: Install package

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,13 @@ jobs:
2626
with:
2727
node-version: '18'
2828

29-
- name: Setup Yarn
30-
run: |
31-
corepack enable
32-
corepack prepare yarn@4.6.0 --activate
33-
echo 'nodeLinker: node-modules' > .yarnrc.yml
34-
3529
- name: Install dependencies
3630
run: |
3731
python -m pip install --upgrade pip
3832
python -m pip install build
3933
python -m pip install -U codecov
4034
yarn --version
41-
yarn config set nodeLinker node-modules
42-
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
35+
yarn install
4336
4437
- name: Install package
4538
run: |

0 commit comments

Comments
 (0)