We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e52d6 commit 842f063Copy full SHA for 842f063
1 file changed
.github/workflows/tests.yml
@@ -22,6 +22,8 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
+ # requirements.txt omits setuptools (pip-compile); setuptools<82 needed for pkg_resources (devpi-server)
26
+ python -m pip install 'setuptools<82'
27
python -m pip install -r requirements.txt
28
python -m pip install --no-deps -e .
29
if [ "${{ matrix.python-version }}" != "3.13" ]; then # workaround for TheKevJames/coveralls-python#523
0 commit comments