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 711972b commit dda0d81Copy full SHA for dda0d81
.github/workflows/tests.yaml
@@ -32,7 +32,8 @@ jobs:
32
- name: Upgrade setuptools
33
run: |
34
pip uninstall plone.restapi -y
35
- pip install --upgrade setuptools==65.7.0 plone.restapi -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
+ pip install --upgrade setuptools -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
36
+ pip install --upgrade plone.restapi -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
37
if: "${{ matrix.python == '3.8' }}"
38
39
# test
0 commit comments