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 95fa694 commit 3e6130fCopy full SHA for 3e6130f
.github/workflows/deploy.yml
@@ -17,7 +17,9 @@ jobs:
17
run: pip install --upgrade pip
18
19
- name: Installing dependencies
20
- run: pip install markupsafe==2.0.1 numpy cython
+ run: |
21
+ pip install markupsafe==2.0.1 numpy cython --no-cache-dir
22
+ pip install --upgrade pip setuptools
23
24
- name: Installing package
25
run: pip install -e .
0 commit comments