build on ubuntu only for debugging
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -35,7 +35,7 @@ jobs:
|
|
| 35 |
strategy:
|
| 36 |
# max-parallel: 10
|
| 37 |
matrix:
|
| 38 |
-
os: [ windows-2019, ubuntu-20.04, macos-11 ]
|
| 39 |
python-version: [ 3.7 ]
|
| 40 |
|
| 41 |
steps:
|
|
|
|
| 35 |
strategy:
|
| 36 |
# max-parallel: 10
|
| 37 |
matrix:
|
| 38 |
+
os: [ ubuntu-20.04 ] #[ windows-2019, ubuntu-20.04, macos-11 ]
|
| 39 |
python-version: [ 3.7 ]
|
| 40 |
|
| 41 |
steps:
|