Adjust for non-sudo

This commit is contained in:
Jonathan Herrewijnen 2024-08-22 19:56:46 +02:00
parent d45b9eeb1b
commit ee605f567e

View File

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