Skip to content
Snippets Groups Projects
Verified Commit 52081a54 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

build(ci): removed unneccessary package dependencies

parent f063cc45
No related branches found
No related tags found
1 merge request!1Update Formats, Dependencies, and Dockerfile Configuration
......@@ -22,7 +22,7 @@ ruff:
before_script:
# Install libgdal-dev
- apt-get update
- apt-get install -y software-properties-common apt-transport-https gnupg libgdal-dev
- apt-get install -y libgdal-dev &&
# Install pipx
- python3 -m pip install --user pipx
- python3 -m pipx ensurepath
......@@ -41,7 +41,7 @@ test:
before_script:
# Install libgdal-dev
- apt-get update
- apt-get install -y software-properties-common apt-transport-https gnupg libgdal-dev
- apt-get install -y libgdal-dev &&
# Install pipx
- python3 -m pip install --user pipx
- python3 -m pipx ensurepath
......
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