There was an error while loading. Please reload this page.
1 parent b49f3a2 commit 690ef49Copy full SHA for 690ef49
1 file changed
.github/workflows/tests.yaml
@@ -19,10 +19,10 @@ jobs:
19
20
- name: "Set up packages"
21
run: |
22
- pip install -IU "pip<23" -r requirements.txt
+ pip install -IU "pip<23" -r https://dist.plone.org/release/${{ matrix.plone }}/requirements.txt
23
pip install Products.CMFPlone -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
24
pip install plone.restapi -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
25
- if: ${{ matrix.plone == '5.2-latest' }}
+ if: ${{ matrix.plone == '5.2-latest' and }}
26
27
- name: Setup Plone ${{ matrix.plone }} with Python ${{ matrix.python }}
28
id: setup
0 commit comments