nidhal baccouri
commited on
Commit
·
4d66273
1
Parent(s):
05f33d2
removed windows from gh actions
Browse files
.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
|
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
|