Skip to content

Commit 21d3ae1

Browse files
committed
pip install pytest!=9.0.0 -U
1 parent 1f4efb8 commit 21d3ae1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ jobs:
315315
cfg-file: ${{ inputs.cfg-file }}
316316
pip-installs: ${{ inputs.pip-installs }}
317317

318+
- name: Pip cap
319+
run: pip install pytest!=9.0.0 -U
320+
318321
- name: Test with pytest
319322
if: ${{ inputs.test-directories != ''}}
320323
env:

0 commit comments

Comments
 (0)