👷 [Remove] windows OS in CI, it can't show emoji
Browse files
.github/workflows/deploy.yaml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12 |
|
13 |
strategy:
|
14 |
matrix:
|
15 |
-
operating-system: [ubuntu-latest
|
16 |
python-version: [3.8, '3.10']
|
17 |
fail-fast: false
|
18 |
|
|
|
12 |
|
13 |
strategy:
|
14 |
matrix:
|
15 |
+
operating-system: [ubuntu-latest]
|
16 |
python-version: [3.8, '3.10']
|
17 |
fail-fast: false
|
18 |
|