Update .gitlab-ci.yml file
This commit is contained in:
parent
ce4dff929b
commit
cc745af534
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ build:
|
|||
stage: build
|
||||
tags: ["build"]
|
||||
script:
|
||||
- virtualenv -p /usr/bin/python3 env
|
||||
- python3 -m venv env
|
||||
- . env/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
- git clone https://github.com/getpelican/pelican-plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue