mirror of
https://github.com/Sosokker/sudoku-terminal-game.git
synced 2025-12-18 13:14:05 +01:00
parent
7270fd2a1d
commit
6d01538684
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.11
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Run pytest
|
||||
run: pytest tests/
|
||||
|
||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
Pygments==2.15.1
|
||||
rich==13.4.2
|
||||
Loading…
Reference in New Issue
Block a user