diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index 1d6f2d1a..d2cb935c 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -26,6 +26,7 @@ jobs: - name: Run unit tests run: | + pip install . pip install -r requirements-dev.txt pytest --mypy stac_validator diff --git a/requirements-dev.txt b/requirements-dev.txt index a9662a59..e1399a27 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -"pytest" -"pytest-mypy" -"pre-commit" \ No newline at end of file +pytest +pytest-mypy +pre-commit \ No newline at end of file