Skip to content

Commit

Permalink
sanity check before we try again
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Nov 1, 2024
1 parent 43bbec5 commit ad23340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11']

steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.10

- name: Install dependencies
run: |
Expand Down

0 comments on commit ad23340

Please sign in to comment.