Skip to content

Commit 14a7aa4

Browse files
committed
Fix github action test run for PyQt6
1 parent 98021e9 commit 14a7aa4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
with:
1515
python-version: 3.12
1616
- uses: abatilo/actions-poetry@v2
17-
- name: Install
17+
- name: Install dependencies
1818
run: |
1919
cd basic_games
2020
poetry --no-root install
21-
- name: Test
22-
run: |
23-
cd basic_games
24-
poetry run poe test
21+
- uses: GabrielBB/xvfb-action@v1.7
22+
run: poetry run poe test
23+
working-directory: basic_games

0 commit comments

Comments
 (0)