Skip to content

Commit c09d9e4

Browse files
Update lock file (#236)
- Updated the lock file for pnpm version 8
1 parent 8168e8b commit c09d9e4

File tree

2 files changed

+667
-645
lines changed

2 files changed

+667
-645
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
pip install wheel setuptools pip -Uqq
6969
pip install -r ./scripts/requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html -q
7070
pip uninstall -y tqdm
71-
npm install pnpm@7 -g
71+
npm install -g pnpm
7272
pnpm i --frozen-lockfile --color
7373
7474
- name: Download datasets
@@ -104,7 +104,7 @@ jobs:
104104
pnpm-and-pip-cache-
105105
106106
- run: pip install -Uq pip wheel && bash scripts/run_code_style.sh install
107-
- run: npm install pnpm@7 -g
107+
- run: npm install -g pnpm
108108
- run: pnpm i --frozen-lockfile --color
109109
- run: pnpm lint
110110
- run: python scripts/check_copies.py

0 commit comments

Comments
 (0)