Spaces:
Runtime error
Runtime error
Commit
·
744e148
1
Parent(s):
719d14a
Fix CI
Browse files
.github/workflows/test.yml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12 |
max-parallel: 1
|
13 |
matrix:
|
14 |
python-version: [ "3.8", "3.10", "3.9"]
|
15 |
-
os: [ubuntu-latest, windows-latest
|
16 |
runs-on: ${{ matrix.os }}
|
17 |
steps:
|
18 |
- uses: actions/checkout@v4
|
|
|
12 |
max-parallel: 1
|
13 |
matrix:
|
14 |
python-version: [ "3.8", "3.10", "3.9"]
|
15 |
+
os: [ubuntu-latest, windows-latest]
|
16 |
runs-on: ${{ matrix.os }}
|
17 |
steps:
|
18 |
- uses: actions/checkout@v4
|