Nidhal Baccouri
commited on
Commit
·
a5fc398
1
Parent(s):
0f1fdfa
removed macos from os matrix
Browse files
.github/workflows/production-tests.yml
CHANGED
@@ -10,7 +10,7 @@ jobs:
|
|
10 |
strategy:
|
11 |
matrix:
|
12 |
python-version: [ "3.7", "3.8", "3.9" ]
|
13 |
-
os: [ubuntu-latest
|
14 |
runs-on: ${{ matrix.os }}
|
15 |
steps:
|
16 |
- uses: actions/checkout@v2
|
|
|
10 |
strategy:
|
11 |
matrix:
|
12 |
python-version: [ "3.7", "3.8", "3.9" ]
|
13 |
+
os: [ubuntu-latest] # we can add other os like windows if we want
|
14 |
runs-on: ${{ matrix.os }}
|
15 |
steps:
|
16 |
- uses: actions/checkout@v2
|