Skip to content

Commit

Permalink
Update ci_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ELGarulli committed Aug 28, 2024
1 parent b74c3dc commit 1e42643
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
os: [ubuntu-latest, macos-latest, windows-latest]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
name: Test
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1e42643

Please sign in to comment.