Skip to content

Fix github action test run for PyQt6 #2

Fix github action test run for PyQt6

Fix github action test run for PyQt6 #2

Workflow file for this run

name: tests

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

(Line: 22, Col: 9): Unexpected value 'run', (Line: 23, Col: 9): Unexpected value 'working-directory'
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: "basic_games"
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
- uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: |
cd basic_games
poetry --no-root install
- uses: GabrielBB/[email protected]
run: poetry run poe test
working-directory: basic_games