commit 16d0371781ef0ec46e1f41a0e70e3d6996774053 parent bfb493150d064165bab8f44bd4e4cf43c8c46a6c Author: Daven Savoie <daps218@gmail.com> Date: Tue, 24 Aug 2021 16:22:40 +0000 Update .gitlab-ci.yml Diffstat:
M | .gitlab-ci.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -28,6 +28,7 @@ tests: CIC_PACKAGE_REGISTRY_PROJECT_ID: 27624814 script: - ls + - python -m pip install --extra-index-url https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple --extra-index-url https://pip.grassrootseconomics.net:8433 install -r requirements.txt - bash run_tests.sh only: - master