Skip to content

Commit

Permalink
Update test_platforms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan authored Oct 13, 2023
1 parent 4658661 commit 079c8ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9"]
os: [windows-latest]
poetry-version: ["1.2.1"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 079c8ba

Please sign in to comment.