Skip to content

Commit eb012b4

Browse files
committed
👷 remove redundant --no-sync, and skip windows for now
1 parent 29ca9b4 commit eb012b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@ jobs:
7474
mypy test
7575
7676
stubtest:
77-
runs-on: ${{ matrix.os }}
77+
runs-on: ubuntu-latest
7878
timeout-minutes: 5
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ubuntu-latest, windows-latest]
8382
py: ["3.10", "3.11", "3.12", "3.13"]
8483
steps:
8584
- uses: actions/checkout@v4
@@ -91,5 +90,5 @@ jobs:
9190

9291
- name: stubtest (python ${{ matrix.py }})
9392
run: >
94-
uv run --no-sync --active -p ${{ matrix.py }}
93+
uv run --active -p ${{ matrix.py }}
9594
tool/stubtest.py

0 commit comments

Comments
 (0)