Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jla-gardner committed Jun 6, 2024
1 parent a758905 commit 1651428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, "3.10"]
name: test - ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1651428

Please sign in to comment.