Skip to content

Commit 8e5d03c

Browse files
committed
Update unit-tests.yaml
1 parent eace1a9 commit 8e5d03c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ jobs:
3232
- name: Unit tests
3333
run: uv run pytest tests/ --benchmark-skip -m "not ci_skip"
3434

35-
unit-tests-windows:
36-
runs-on: windows-latest
37-
continue-on-error: true
38-
steps:
39-
- uses: actions/checkout@v4
40-
with:
41-
fetch-depth: 0
42-
token: ${{ secrets.GITHUB_TOKEN }}
43-
44-
- name: Install uv
45-
uses: astral-sh/setup-uv@v5
46-
with:
47-
python-version: "3.11"
48-
49-
- name: install dependencies
50-
run: uv sync
51-
52-
- name: Unit tests
53-
run: uv run pytest tests/ --benchmark-skip -m "not ci_skip"
35+
# unit-tests-windows:
36+
# runs-on: windows-latest
37+
# continue-on-error: true
38+
# steps:
39+
# - uses: actions/checkout@v4
40+
# with:
41+
# fetch-depth: 0
42+
# token: ${{ secrets.GITHUB_TOKEN }}
43+
44+
# - name: Install uv
45+
# uses: astral-sh/setup-uv@v5
46+
# with:
47+
# python-version: "3.11"
48+
49+
# - name: install dependencies
50+
# run: uv sync
51+
52+
# - name: Unit tests
53+
# run: uv run pytest tests/ --benchmark-skip -m "not ci_skip"

0 commit comments

Comments
 (0)