Skip to content

Commit

Permalink
explicitly select a container with all our required python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk authored and mambelli committed Jan 12, 2023
1 parent 85617b1 commit fd3c5bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ on:

jobs:
pytest:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
- "3.6"
- "3.10"
- "3.9"
- "3.11"

name: Python ${{ matrix.python-version }} unit tests
steps:
Expand Down

0 comments on commit fd3c5bd

Please sign in to comment.