Skip to content

Commit ca0ae74

Browse files
committed
Revert "setuptools 58 is not currently compatible"
The issue has been fixe by a new release of rdflib-jsonld This reverts commit 9454285.
1 parent 8c63791 commit ca0ae74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Upgrade setuptools and install tox
4141
run: |
42-
pip install -U pip setuptools==57.5.0 wheel
42+
pip install -U pip setuptools wheel
4343
pip install tox tox-gh-actions
4444
4545
- name: MyPy cache
@@ -85,7 +85,7 @@ jobs:
8585
${{ env.img }} \
8686
bash -exc '${{ env.py }} -m pip install virtualenv && ${{ env.py }} -m venv .env && \
8787
source .env/bin/activate && \
88-
python -m pip install --upgrade pip wheel setuptools==57.5.0 && \
88+
python -m pip install --upgrade pip wheel setuptools && \
8989
python -m pip install -r mypy_requirements.txt -r requirements.txt && \
9090
MYPYPATH=typeshed SCHEMA_SALAD_USE_MYPYC=1 pip install -e . && \
9191
deactivate'
@@ -95,7 +95,7 @@ jobs:
9595
${{ env.img }} \
9696
bash -exc '\
9797
source .env/bin/activate && \
98-
pip install setuptools==57.5.0 wheel -r test-requirements.txt && \
98+
pip install setuptools wheel -r test-requirements.txt && \
9999
make mypyc
100100
deactivate'
101101
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Upgrade setuptools and install tox
132132
run: |
133-
pip install -U pip setuptools==57.5.0 wheel
133+
pip install -U pip setuptools wheel
134134
pip install tox tox-gh-actions
135135
136136
- if: ${{ matrix.step == 'pydocstyle' && github.event_name == 'pull_request'}}
@@ -161,7 +161,7 @@ jobs:
161161

162162
- name: Install packages
163163
run: |
164-
pip install -U pip setuptools==57.5.0 wheel
164+
pip install -U pip setuptools wheel
165165
pip install virtualenv
166166
167167
- name: Release test

0 commit comments

Comments
 (0)