Skip to content

Commit

Permalink
Added back all major OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Nov 9, 2023
1 parent 010fa8e commit 3d8c089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
#os: ["ubuntu-latest", "windows-latest", "macos-latest"]
os: ["windows-latest"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3d8c089

Please sign in to comment.