Skip to content

Commit

Permalink
fix: ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Dec 28, 2024
1 parent 99521fa commit 7f455ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.12.8]
python-version: [3.10]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.12.8"]
python-version: ["3.10"]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7f455ea

Please sign in to comment.