Skip to content

Commit 0b23479

Browse files
committed
ci: disable tests on windows
1 parent 1b50b80 commit 0b23479

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
40-
os: [ubuntu-latest, windows-latest]
41-
runs-on: "${{ matrix.os }}"
40+
runs-on: "ubuntu-latest"
4241
steps:
4342
- uses: actions/checkout@v4
4443
- name: Set up Valkey instance and Valkey cluster
@@ -58,7 +57,7 @@ jobs:
5857
run: poetry run coverage xml
5958
- name: Upload coverage reports to Codecov with GitHub Action
6059
uses: codecov/codecov-action@v3
61-
if: matrix.os == 'ubuntu-latest' && matrix.py_version == '3.11'
60+
if: matrix.py_version == '3.11'
6261
with:
6362
token: ${{ secrets.CODECOV_TOKEN }}
6463
fail_ci_if_error: false

0 commit comments

Comments
 (0)