Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2024-07-07 12:36:53 +00:00
parent ce4dff929b
commit cc745af534

View file

@ -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