Skip to content

Commit fd3c5bd

Browse files
jcpunkmambelli
authored andcommitted
explicitly select a container with all our required python versions
1 parent 85617b1 commit fd3c5bd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ on:
2121

2222
jobs:
2323
pytest:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-20.04
2525
strategy:
2626
matrix:
2727
python-version:
2828
- "3.6"
29-
- "3.10"
29+
- "3.9"
30+
- "3.11"
3031

3132
name: Python ${{ matrix.python-version }} unit tests
3233
steps:

0 commit comments

Comments
 (0)