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

build(ci): remove unnecessary '&&' in apt-get install command

parent 9b465307
Branches
Tags
1 merge request!1Update Formats, Dependencies, and Dockerfile Configuration
Pipeline #1423 passed
......@@ -22,7 +22,7 @@ ruff:
before_script:
# Install libgdal-dev
- apt-get update
- apt-get install -y 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 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.
Please register or to comment