1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-09 13:25:09 +02:00

.drone.yml: Only install requirements-dev.txt

It seems that Poetry's --dev export includes both dev and non-dev
libraries so we don't need to install both.
This commit is contained in:
Alan Orth 2020-12-14 22:42:00 +02:00
parent 9d112266ca
commit cd98d33615
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -24,7 +24,6 @@ steps:
commands:
- id
- python -V
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pytest
@ -71,7 +70,6 @@ steps:
commands:
- id
- python -V
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pytest
@ -110,7 +108,6 @@ steps:
commands:
- id
- python -V
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pytest
@ -149,7 +146,6 @@ steps:
commands:
- id
- python -V
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pytest