Adjust for non-sudo
This commit is contained in:
parent
d45b9eeb1b
commit
ee605f567e
@ -8,7 +8,7 @@ image: python:3.8
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- sudo apt-get install -y xvfb
|
||||
- apt install -y xvfb
|
||||
- mkdir .public
|
||||
- python -m venv venv
|
||||
- source venv/bin/activate
|
||||
|
Loading…
Reference in New Issue
Block a user