Skip to content

Commit ae12ad0

Browse files
committed
Let's try windows linting again?
1 parent 8cd7634 commit ae12ad0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ jobs:
2222
- run: pipx run check-manifest
2323

2424
lint:
25-
runs-on: ubuntu-latest
25+
runs-on: windows-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: astral-sh/setup-uv@v6
2929
with:
3030
enable-cache: true
3131
python-version: "3.13"
32-
- uses: tox-dev/action-pre-commit-uv@v1
33-
with:
34-
extra_args: --all-files --verbose
32+
- run: uvx pre-commit --all-files --verbose
3533

3634
test:
3735
name: test ${{ matrix.os }} py${{ matrix.python-version }} ${{ matrix.gfx }} ${{ matrix.canvas }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docs = [
7575
dev = [
7676
{ include-group = "test" },
7777
{ include-group = "docs" },
78-
"scenex[pygfx,vispy,imgui,jupyter,pyqt]",
78+
"scenex[pygfx,vispy,imgui,jupyter,pyqt, wx]",
7979
"imageio[tifffile] >=2.20",
8080
"ipython",
8181
"mypy",

0 commit comments

Comments
 (0)