mirror of
https://github.com/Sosokker/sudoku-terminal-game.git
synced 2025-12-20 06:04:06 +01:00
Update pytest.yml
This commit is contained in:
parent
b11cbaa2cc
commit
112e6b6d2d
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@ -21,5 +21,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
run: pytest tests/
|
run: pytest tests/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user