Skip to content

Commit

Permalink
Github action updates for 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Sep 27, 2023
1 parent dca2f1b commit ee6f3a7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-plone-5.2.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ["3.8"]
steps:
# git checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# pin plone version (happens from make, but to be on the safe side)
- name: Pin plone 5.2
Expand All @@ -28,10 +28,11 @@ jobs:
cp requirements-5.2.txt requirements.txt
# python setup
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
- name: Set up Python ${{ matrix.python-version }} with Plone 5.2.5
uses: plone/setup-plone@v1.0.0
with:
python-version: ${{ matrix.python-version }}
plone-version: "5.2.5"

# python cache
- uses: actions/cache@v1
Expand All @@ -41,10 +42,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
# plone install
- name: Install plone
run: make install-plone-5.2

# test
# XXX cannot run pytests, version conflict.
# - name: Run tests
Expand Down

0 comments on commit ee6f3a7

Please sign in to comment.