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 20a7122 commit 252781dCopy full SHA for 252781d
.github/workflows/tests.yaml
@@ -23,20 +23,13 @@ jobs:
23
with:
24
python-version: ${{ matrix.python }}
25
plone-version: ${{ matrix.plone }}
26
+ setuptools-version: "75.3.2"
27
28
# Install pas.plugins.authomatic with test extras
29
- name: Install pas.plugins.authomatic
30
run: |
31
pip install ".[test]"
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
-
40
# test
41
- name: Test Codebase
42
0 commit comments