Skip to content
Snippets Groups Projects
Commit 90d19440 authored by van den Berg's avatar van den Berg
Browse files

Switch from apt-get to apt

parent abd80c9a
No related branches found
No related tags found
1 merge request!13Deprecate conda, make pipeline more general
Pipeline #3100 failed
...@@ -35,7 +35,7 @@ test_dry_run: ...@@ -35,7 +35,7 @@ test_dry_run:
# most docker runners will not do this # most docker runners will not do this
test_integration_singularity: test_integration_singularity:
before_script: before_script:
- apt-get update -y && apt-get install -y python3-pip - apt update -y && apt install -y python3-pip
- pip3 install pyfaidx - pip3 install pyfaidx
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
script: 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