typo in gitlab-ci requirements job
This commit is contained in:
parent
a174211c12
commit
3595ff9917
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ stages:
|
||||||
- install
|
- install
|
||||||
- quality
|
- quality
|
||||||
- test
|
- test
|
||||||
- build
|
|
||||||
|
|
||||||
.pip cache template:
|
.pip cache template:
|
||||||
cache:
|
cache:
|
||||||
|
@ -27,7 +26,7 @@ requirements:
|
||||||
image: python:3.10-alpine
|
image: python:3.10-alpine
|
||||||
stage: install
|
stage: install
|
||||||
script:
|
script:
|
||||||
- pip install -r requirements.yml
|
- pip install -r requirements.txt
|
||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
Loading…
Reference in a new issue