Skip to content

Commit

Permalink
removing windows from github action tests + including python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Sep 15, 2024
1 parent 967209a commit 7ea77d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] # tensorflow not supported with 3.12
os: [ ubuntu-latest, windows-latest ]
include:
- python-version: "3.11"
os: macos-latest
python-version: ["3.8", "3.9", "3.x"]
os: [ ubuntu-latest, macos-latest ] # windows-latest is extremely slow

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

0 comments on commit 7ea77d4

Please sign in to comment.