Fix lint
This commit is contained in:
parent
a84f899a14
commit
7a4e75ff63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
pip install --upgrade './[dev]'
|
pip install --upgrade './[dev]'
|
||||||
|
|
||||||
- name: Check code and formatting
|
- name: Check code and formatting
|
||||||
run: scripts/check-python.sh . tests
|
run: scripts/check-python.sh great_ai tests
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python3 -m pytest --doctest-modules --cov=. --cov-report=xml --junit-xml pytest.xml --asyncio-mode=strict || true
|
run: python3 -m pytest --doctest-modules --cov=. --cov-report=xml --junit-xml pytest.xml --asyncio-mode=strict || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue