Skip to content

Commit

Permalink
upgrade pytest plugin to avoid exception on 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 31, 2024
1 parent b4bacc5 commit 4c40f6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
pip install -e .
# Replace default path to CKAN core config file with the one on the container
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
- name: Install requirements (2.9)
run: |
pip install -U pytest-rerunfailures
if: ${{ matrix.ckan-version == '2.9' }}
- name: Setup extension (CKAN >= 2.9)
run: |
ckan -c test.ini db init
Expand Down

0 comments on commit 4c40f6b

Please sign in to comment.