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 8168e8b commit c09d9e4Copy full SHA for c09d9e4
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
pip install wheel setuptools pip -Uqq
69
pip install -r ./scripts/requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html -q
70
pip uninstall -y tqdm
71
- npm install pnpm@7 -g
+ npm install -g pnpm
72
pnpm i --frozen-lockfile --color
73
74
- name: Download datasets
@@ -104,7 +104,7 @@ jobs:
104
pnpm-and-pip-cache-
105
106
- run: pip install -Uq pip wheel && bash scripts/run_code_style.sh install
107
- - run: npm install pnpm@7 -g
+ - run: npm install -g pnpm
108
- run: pnpm i --frozen-lockfile --color
109
- run: pnpm lint
110
- run: python scripts/check_copies.py
0 commit comments