scripts ci typo

This commit is contained in:
nolash 2021-04-25 11:33:23 +02:00
parent cc35c498c8
commit e27d5d8b33
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -1,6 +1,6 @@
default: default:
image: python:3.8.5-slim-buster image: python:3.8.5-slim-buster
before-script: before_script:
- apt-get update - apt-get update
- apt-get install -y libpq-dev gcc gnupg git pip - apt-get install -y libpq-dev gcc gnupg git pip
- pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r requirements.txt - pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r requirements.txt