Skip to content

Commit 6f7890f

Browse files
Install setuptools as ci.yml dependency
1 parent b3d90b3 commit 6f7890f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install tox==3.24.5 tox-gh-actions==2.9.1
30+
python -m pip install setuptools==68.2.2 tox==3.24.5 tox-gh-actions==2.9.1
3131
3232
- name: Optional - Install frouros (only used by linters)
3333
if: matrix.python-version == 3.9

0 commit comments

Comments
 (0)