Skip to content

Commit 6bab09c

Browse files
authored
Update coverage.yml
1 parent d38f67d commit 6bab09c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- main
1212
- develop
13+
- qtcitests
1314
- beta/*
1415
paths-ignore:
1516
- "doc/**"
@@ -42,6 +43,6 @@ jobs:
4243
create-symlink: true
4344
- uses: rui314/setup-mold@v1
4445
- uses: astral-sh/setup-uv@v4
45-
- run: uv pip install --system nox
46+
- run: uv pip install --system nox PySide6==6.8.1
4647
- run: nox -s cov
4748
- uses: AndreMiras/coveralls-python-action@develop

0 commit comments

Comments
 (0)