Skip to content

Commit 690ef49

Browse files
committed
WIP
1 parent b49f3a2 commit 690ef49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
- name: "Set up packages"
2121
run: |
22-
pip install -IU "pip<23" -r requirements.txt
22+
pip install -IU "pip<23" -r https://dist.plone.org/release/${{ matrix.plone }}/requirements.txt
2323
pip install Products.CMFPlone -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
2424
pip install plone.restapi -c https://dist.plone.org/release/${{ matrix.plone }}/constraints.txt
25-
if: ${{ matrix.plone == '5.2-latest' }}
25+
if: ${{ matrix.plone == '5.2-latest' and }}
2626

2727
- name: Setup Plone ${{ matrix.plone }} with Python ${{ matrix.python }}
2828
id: setup

0 commit comments

Comments
 (0)