diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ac51c8..4db210e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,5 @@ jobs: - name: Validate Custom Input File run: | - pip install pytest - pip install pytest-cov + pip install -r requirements.txt pytest diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..21ff51d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pytest==7.1.1 +typer==0.4.1