nidhal baccouri commited on
Commit
4d66273
·
1 Parent(s): 05f33d2

removed windows from gh actions

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +1 -1
.github/workflows/test.yml CHANGED
@@ -12,7 +12,7 @@ jobs:
12
  strategy:
13
  matrix:
14
  python-version: [ "3.7", "3.8", "3.9" ]
15
- os: [ubuntu-latest, macOS-latest, windows-latest]
16
  runs-on: ${{ matrix.os }}
17
  steps:
18
  - uses: actions/checkout@v2
 
12
  strategy:
13
  matrix:
14
  python-version: [ "3.7", "3.8", "3.9" ]
15
+ os: [ubuntu-latest, macOS-latest]
16
  runs-on: ${{ matrix.os }}
17
  steps:
18
  - uses: actions/checkout@v2