Update .gitlab-ci.yml
This commit is contained in:
parent
6e58b6781d
commit
ef99b97816
@ -1,7 +1,7 @@
|
||||
default:
|
||||
image: python:3.10
|
||||
before_script:
|
||||
- pip install -r requirements.txt
|
||||
- python3 -m pip install -r requirements.txt
|
||||
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user