Skip to content

Commit

Permalink
Update lint-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrester committed Oct 28, 2024
1 parent d884e36 commit 35be389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
needs: Lints
strategy:
matrix:
python-version: ["3.9", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.12"]
poetry-version: ["1.7.1"]
os: [ubuntu]
node-version: ["22.5.1"]
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
Unit-Test-Coverage:
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
poetry-version: ["1.7.1"]
os: [ubuntu]
node-version: ["22.5.1"]
Expand Down

0 comments on commit 35be389

Please sign in to comment.