Skip to content

Commit

Permalink
gha fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Oct 3, 2023
1 parent d40d4d2 commit fff6d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
# If one test in the matrix fails we still want to run the others.
fail-fast: false
matrix:
python-version: [3.8.x, 3.9.x, 3.10.x]
python-version: [3.8.x, 3.9.x, 3.10.12]
include:
- python-version: 3.8.x
pip_constraints: test_constraints_min_version.txt
- python-version: 3.9.x
pip_constraints: test_constraints_mid_version.txt
- python-version: 3.10.x
- python-version: 3.10.12
pip_constraints: test_constraints_max_version.txt
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fff6d98

Please sign in to comment.