mirror of
https://github.com/Sosokker/sudoku-terminal-game.git
synced 2025-12-19 21:54:07 +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:
|
||||
python-version: 3.11
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Run pytest
|
||||
run: pytest tests/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user