Skip to content

Commit

Permalink
Use setup-plone branch maurits-fixes.
Browse files Browse the repository at this point in the history
This is for testing plone/setup-plone#4
Not sure if this is the correct spelling.

On that branch we use the setuptools version that is pinned in the constraints of Plone, which should be fine for both 6.0 and 6.1, also on Python 3.12.
  • Loading branch information
mauritsvanrees committed Apr 16, 2024
1 parent 98323e4 commit 813c9b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:

- name: Setup Plone ${{ matrix.plone }} with Python ${{ matrix.python }}
id: setup
uses: plone/setup-plone@v2.0.0
uses: plone/setup-plone@maurits-fixes
with:
python-version: ${{ matrix.python }}
plone-version: ${{ matrix.plone }}
setuptools-version: 69.5.1
additional-eggs: 'setuptools'
- name: Install package
run: |
make install
Expand Down

0 comments on commit 813c9b1

Please sign in to comment.