Skip to content

Commit 111c76f

Browse files
committed
github workflow: Enable GUI tests for Linux after PySide6 port
1 parent 46e9e01 commit 111c76f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,4 @@ jobs:
3131
- name: Test with pytest
3232
shell: pwsh
3333
run: |
34-
$os = "${{ runner.os }}"
35-
if ( $os -eq "Linux") {
36-
uv run pytest -v -rs --ignore=tests/test_gui/ tests
37-
} else {
38-
uv run pytest -v -rs tests
39-
}
34+
uv run pytest -v -rs tests

0 commit comments

Comments
 (0)