Skip to content
Snippets Groups Projects
Verified Commit 1e2afa84 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Do not use sudo in CI.

parent 2c5bf202
No related branches found
No related tags found
No related merge requests found
Pipeline #245 failed
test:
image: python:3.8-buster
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq yarnpkg
- apt-get update -y -qq && apt-get install -y -qq yarnpkg
- pip install -q Django
- pip install .
- pip install -r requirements_dev.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment