Skip to content

Commit

Permalink
Disable Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Dec 1, 2023
1 parent b9f0502 commit 95a3762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
python-version: "3.11"
- os: macos-11
python-version: "3.11"
- os: windows-2019
python-version: "3.11"
# To be restored once we figure out the issue with the windows build
# - os: windows-2019
# python-version: "3.11"

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

0 comments on commit 95a3762

Please sign in to comment.