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 authored Oct 21, 2024
1 parent 535155d commit 9a62c76
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 @@ -53,6 +53,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install requirements (2.9)
run: |
pip install -U pytest-rerunfailures
if: ${{ matrix.ckan-version == '2.9' }}
- name: Install requirements
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 9a62c76

Please sign in to comment.