diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 318f8d0..c1671b9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -62,13 +62,11 @@ jobs: - name: Install dependencies. run: | - if [ -f requirements-test.txt ]; then \ - pip install \ - --index-url https://us-central1-python.pkg.dev/cube-machine-learning/rewiring-america-python-repo/simple \ - --extra-index-url https://pypi.org/simple/ \ - --keyring-provider import \ - -r ./requirements-test-14.3.txt; \ - fi + pip install \ + --index-url https://us-central1-python.pkg.dev/cube-machine-learning/rewiring-america-python-repo/simple \ + --extra-index-url https://pypi.org/simple/ \ + --keyring-provider import \ + -r ./requirements-test-14.3.txt; \ - name: Test with pytest run: | pytest