fix: add missing requirements.txt

This commit is contained in:
Xyphuz 2022-05-08 00:47:31 +08:00
parent 7cfede725d
commit a444e46d9d
2 changed files with 3 additions and 2 deletions

View file

@ -89,6 +89,5 @@ jobs:
- name: Validate Custom Input File
run: |
pip install pytest
pip install pytest-cov
pip install -r requirements.txt
pytest

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
pytest==7.1.1
typer==0.4.1