Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kitconcept/kitconcept.solr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f3d560e20dec4197293ed4d2d4291c7db86b3fc
Choose a base ref
..
head repository: kitconcept/kitconcept.solr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c773217edd3009fe6f02bf4a37446bf4a9b54d8b
Choose a head ref
Showing with 3 additions and 6 deletions.
  1. +3 −5 .github/workflows/test-plone-5.2.yml
  2. +0 −1 Makefile
8 changes: 3 additions & 5 deletions .github/workflows/test-plone-5.2.yml
Original file line number Diff line number Diff line change
@@ -32,11 +32,9 @@ jobs:
run: |
make install-plone-5.2
## setup-plone action is retired.
# uses: plone/setup-plone@v2.0.0
# with:
# python-version: ${{ matrix.python-version }}
# plone-version: "5.2.5"
## Note: setup-plone action is retired, because we need to force
## an older pip version, but the action seems to fetch the new version
## regardless what I try.

# python cache
- uses: actions/cache@v1
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -107,7 +107,6 @@ install-plone-5.2: bin/mxdev config ## pip install Plone packages
cp constraints-5.2.txt constraints.txt
cp requirements-5.2.txt requirements.txt
pip install pip\<24
pip install pip\<24
bin/tox -e init
bin/mxdev -c mx.ini
bin/pip install -r requirements-mxdev.txt