Skip to content

Commit dda0d81

Browse files
committed
WIP
1 parent 711972b commit dda0d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- name: Upgrade setuptools
3333
run: |
3434
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
35+
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
3637
if: "${{ matrix.python == '3.8' }}"
3738

3839
# test

0 commit comments

Comments
 (0)