Skip to content

Commit

Permalink
extending tests to all os
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Mar 9, 2024
1 parent 49fd84a commit 09db271
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 @@ -13,8 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ ubuntu-latest, macOS-latest, windows-latest ]
os: [ ubuntu-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]
python-version: [ "3.8", "3.x", "pypy3.9" ]
exclude:
- os: macos-latest
Expand Down

0 comments on commit 09db271

Please sign in to comment.