Skip to content

Commit 9a62c76

Browse files
authored
upgrade pytest plugin to avoid exception on 2.9
1 parent 535155d commit 9a62c76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353

5454
steps:
5555
- uses: actions/checkout@v4
56+
- name: Install requirements (2.9)
57+
run: |
58+
pip install -U pytest-rerunfailures
59+
if: ${{ matrix.ckan-version == '2.9' }}
5660
- name: Install requirements
5761
run: |
5862
pip install -r requirements.txt

0 commit comments

Comments
 (0)