Skip to content
Snippets Groups Projects
Commit 58860221 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: run on new builder, use bullseye and install prerequirements

parent 54762903
No related branches found
No related tags found
No related merge requests found
image: debian-buster:latest
default:
image: debian-bullseye:latest
tags:
- netvs
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables:
......@@ -17,6 +19,7 @@ cache:
before_script:
- python -V # Print out python version for debugging
- pip install build
- python3 -m venv || apt-get install python3-venv
stages:
- build
......
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