Skip to content

Commit

Permalink
Install setuptools to be able to execute seutp.py on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 19, 2024
1 parent d18a951 commit 042174b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
python -m pip install --upgrade pip
pip install urllib3==1.25.11 wheel brotlipy coverage codecov
- name: Install setuptools on python 3.12
if: ${{ matrix.python-version == '3.12' }}
run: |
pip install setuptools
- name: Install warcio
run: python setup.py install

Expand Down

0 comments on commit 042174b

Please sign in to comment.