Skip to content
Snippets Groups Projects
Commit 16147c93 authored by Soeren Peters's avatar Soeren Peters
Browse files

Run apt-get update before installing venv

parent 355b7393
No related branches found
No related tags found
1 merge request!147Add regression test with fieldcompare with corresponding CI job.
......@@ -288,7 +288,7 @@ run-regression-tests:
- linux
before_script:
- apt install python3.8-venv
- apt-get update && apt-get -y install python3.8-venv
- chmod +x ./regression-tests/*
script:
......
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