From 773ccc203361476afb2b476656f01b4032b74892 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Tue, 27 Apr 2021 09:07:27 -0700 Subject: [PATCH] fix gh workflow --- .github/workflows/test-runner.yml | 1 + requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index 4bd58789..d2cb935c 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -27,6 +27,7 @@ jobs: - name: Run unit tests run: | pip install . + pip install -r requirements-dev.txt pytest --mypy stac_validator - name: Run pre-commit 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