Skip to content

Commit 38f69a0

Browse files
committed
Temporarily disable windows broken test deployment
1 parent 69b829b commit 38f69a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
12+
os: [ubuntu-latest]
1313
python-version: ["3.8", "3.11"]
1414
runs-on: ${{ matrix.os }}
1515
defaults:

0 commit comments

Comments
 (0)