Skip to content

Commit 9dd1632

Browse files
authored
Merge pull request #122 from ev-br/unpin_pytest
CI: add a workflow with pytest == 8
2 parents 6f5d7a0 + 33b2637 commit 9dd1632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
python-version: ['3.10']
18+
python-version: ['3.10', '3.11']
1919
os: [ubuntu-latest]
20-
pytest: ['"pytest<8.0"']
20+
pytest: ['"pytest<8.0"', pytest]
2121
# pip cache paths
2222
include:
2323
- os: ubuntu-latest

0 commit comments

Comments
 (0)