Spaces:
Running
Running
Merge pull request #142 from jlowin/mac-tests
Browse files
.github/workflows/run-tests.yml
CHANGED
|
@@ -32,7 +32,7 @@ jobs:
|
|
| 32 |
runs-on: ${{ matrix.os }}
|
| 33 |
strategy:
|
| 34 |
matrix:
|
| 35 |
-
os: [ubuntu-latest, windows-latest
|
| 36 |
python-version: ["3.10"]
|
| 37 |
fail-fast: false
|
| 38 |
timeout-minutes: 5
|
|
|
|
| 32 |
runs-on: ${{ matrix.os }}
|
| 33 |
strategy:
|
| 34 |
matrix:
|
| 35 |
+
os: [ubuntu-latest, windows-latest]
|
| 36 |
python-version: ["3.10"]
|
| 37 |
fail-fast: false
|
| 38 |
timeout-minutes: 5
|