diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index 7969ac3..5758c72 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install -r requirements-dev.txt # lint - name: Run lint @@ -34,4 +35,4 @@ jobs: - name: Run unittests & coverage run: | coverage run -m unittest -v - coverage report -m \ No newline at end of file + coverage report -m