Skip to content

Commit

Permalink
Don't test on Windows or MacOS at all yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Sep 17, 2024
1 parent 18354e2 commit de4f6af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
os: [
"ubuntu-latest",
]
include:
- os: "windows-latest"
python-version: "3.13"
- os: "macos-latest"
python-version: "3.13"
# include:
# - os: "windows-latest"
# python-version: "3.13"
# - os: "macos-latest"
# python-version: "3.13"

runs-on: matrix.os
steps:
Expand Down

0 comments on commit de4f6af

Please sign in to comment.