fix: add missing requirements.txt
This commit is contained in:
parent
7cfede725d
commit
a444e46d9d
2 changed files with 3 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -89,6 +89,5 @@ jobs:
|
||||||
|
|
||||||
- name: Validate Custom Input File
|
- name: Validate Custom Input File
|
||||||
run: |
|
run: |
|
||||||
pip install pytest
|
pip install -r requirements.txt
|
||||||
pip install pytest-cov
|
|
||||||
pytest
|
pytest
|
||||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pytest==7.1.1
|
||||||
|
typer==0.4.1
|
Loading…
Reference in a new issue