Skip to content

Commit

Permalink
Do not run tests on Windows (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 19, 2024
1 parent 734365b commit 4357410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
#include:
# only test with Python 3.10 on Windows
- os: windows-latest
python-version: "3.10"
# - os: windows-latest
# python-version: "3.10"

steps:
- uses: actions/checkout@v4
Expand Down
22 changes: 0 additions & 22 deletions appveyor.yml

This file was deleted.

0 comments on commit 4357410

Please sign in to comment.