Skip to content

Commit

Permalink
Merge 55f24fe into 1d090b9
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Oct 24, 2021
2 parents 1d090b9 + 55f24fe commit 96b30dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -9,9 +9,8 @@ jobs:
unit:
strategy:
matrix:
# TODO: add windows-latest
os: [ubuntu-latest, macos-latest]
python: ['3.6', '3.7', '3.8', '3.9']
os: [windows-latest]
python: ['3.6']

runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 96b30dd

Please sign in to comment.