Skip to content

Commit 042174b

Browse files
committed
Install setuptools to be able to execute seutp.py on python 3.12
1 parent d18a951 commit 042174b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install urllib3==1.25.11 wheel brotlipy coverage codecov
2626
27+
- name: Install setuptools on python 3.12
28+
if: ${{ matrix.python-version == '3.12' }}
29+
run: |
30+
pip install setuptools
31+
2732
- name: Install warcio
2833
run: python setup.py install
2934

0 commit comments

Comments
 (0)