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 9d72e97 commit 2de1d0fCopy full SHA for 2de1d0f
.github/workflows/workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
- python -m pip install --no-cache-dir --upgrade pip
+ python -m pip install --no-cache-dir --upgrade pip setuptools
29
python -m pip install --no-cache-dir wheel
30
python -m pip install --no-cache-dir -r requirements.txt
31
- name: Show libraries
0 commit comments