Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Aug 16, 2024
1 parent 646ec4b commit 230e73a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 230e73a

Please sign in to comment.