henry000 commited on
Commit
e78c98b
·
1 Parent(s): 1e2eaab

👷 [Remove] windows OS in CI, it can't show emoji

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yaml +1 -1
.github/workflows/deploy.yaml CHANGED
@@ -12,7 +12,7 @@ jobs:
12
 
13
  strategy:
14
  matrix:
15
- operating-system: [ubuntu-latest, windows-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