Skip to content

Commit 2de1d0f

Browse files
committed
install setuptools
1 parent 9d72e97 commit 2de1d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --no-cache-dir --upgrade pip
28+
python -m pip install --no-cache-dir --upgrade pip setuptools
2929
python -m pip install --no-cache-dir wheel
3030
python -m pip install --no-cache-dir -r requirements.txt
3131
- name: Show libraries

0 commit comments

Comments
 (0)