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
|
||||
- quality
|
||||
- test
|
||||
- build
|
||||
|
||||
.pip cache template:
|
||||
cache:
|
||||
|
@ -27,7 +26,7 @@ requirements:
|
|||
image: python:3.10-alpine
|
||||
stage: install
|
||||
script:
|
||||
- pip install -r requirements.yml
|
||||
- pip install -r requirements.txt
|
||||
cache:
|
||||
policy: pull-push
|
||||
interruptible: true
|
||||
|
|
Loading…
Reference in a new issue