Skip to content

Commit 252781d

Browse files
committed
WIP
1 parent 20a7122 commit 252781d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,13 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python }}
2525
plone-version: ${{ matrix.plone }}
26+
setuptools-version: "75.3.2"
2627

2728
# Install pas.plugins.authomatic with test extras
2829
- name: Install pas.plugins.authomatic
2930
run: |
3031
pip install ".[test]"
3132
32-
- name: Upgrade setuptools
33-
run: |
34-
pip uninstall plone.restapi -y
35-
pip install -IU "setuptools<50"
36-
pip uninstall wheel -y
37-
pip install --upgrade plone.restapi -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
38-
if: "${{ matrix.python == '3.8' }}"
39-
4033
# test
4134
- name: Test Codebase
4235
run: |

0 commit comments

Comments
 (0)