1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

main.yml: Fix "pypy-3.9,urllib3<2" CI through recent Setuptools

Command "pip install codecov '.[tests]' 'urllib3<2'" was failing
with error:
> hpy 0.9.0 has requirement setuptools>=64.0, but you have
> setuptools 58.1.0.
This commit is contained in:
Sebastian Pipping
2024-06-02 15:07:18 +02:00
parent f3147f574b
commit dfff84d5bb

View File

@@ -49,7 +49,7 @@ jobs:
- name: Install project dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip setuptools
pip install codecov '.[tests]' '${{ matrix.urllib3-requirement }}'
pip check