Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Jun 26, 2024
1 parent 6b33e1e commit 30b2472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-plone-5.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# pin plone version (happens from make, but to be on the safe side)
- name: Pin plone 5.2
run: |
pip install pip\<24
cp constraints-5.2.txt constraints.txt
cp requirements-5.2.txt requirements.txt
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ install-plone-5.2: bin/mxdev config ## pip install Plone packages
@echo "$(GREEN)==> Setup Build$(RESET)"
cp constraints-5.2.txt constraints.txt
cp requirements-5.2.txt requirements.txt
pip install pip\<24
bin/tox -e init
bin/mxdev -c mx.ini
bin/pip install -r requirements-mxdev.txt
Expand Down

0 comments on commit 30b2472

Please sign in to comment.