File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ jobs:
29
29
30
30
# python setup
31
31
- name : Set up Python ${{ matrix.python-version }} with Plone 5.2.5
32
- uses : plone/setup-plone@v1 .0.0
32
+ uses : plone/setup-plone@v2 .0.0
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
plone-version : " 5.2.5"
36
+ additional-eggs : " pip\< 24"
36
37
37
38
# python cache
38
39
- uses : actions/cache@v1
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ install-plone-5.2: bin/mxdev config ## pip install Plone packages
106
106
@echo " $( GREEN) ==> Setup Build$( RESET) "
107
107
cp constraints-5.2.txt constraints.txt
108
108
cp requirements-5.2.txt requirements.txt
109
+ pip install pip\< 24
110
+ pip install pip\< 24
109
111
bin/tox -e init
110
112
bin/mxdev -c mx.ini
111
113
bin/pip install -r requirements-mxdev.txt
Original file line number Diff line number Diff line change 1
1
-c constraints.txt
2
+ pip<24
2
3
3
4
# Cannot install new testing framework with 5.2
4
5
# -e ".[test]"
You can’t perform that action at this time.
0 commit comments