Skip to content

Commit 3e6130f

Browse files
authored
Update deploy.yml
1 parent 95fa694 commit 3e6130f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
run: pip install --upgrade pip
1818

1919
- name: Installing dependencies
20-
run: pip install markupsafe==2.0.1 numpy cython
20+
run: |
21+
pip install markupsafe==2.0.1 numpy cython --no-cache-dir
22+
pip install --upgrade pip setuptools
2123
2224
- name: Installing package
2325
run: pip install -e .

0 commit comments

Comments
 (0)