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 d23766a commit a17944bCopy full SHA for a17944b
.github/workflows/nightly_release.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: "pip"
23
- name: install dependencies
24
run: |
25
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools
26
pip install --no-cache-dir -r requirements/requirements.txt
27
pip install --no-cache-dir -r requirements/requirements-extra.txt
28
pip install --no-cache-dir -r requirements/requirements-dev.txt
0 commit comments