Skip to content
Snippets Groups Projects
Verified Commit ab82be1f authored by David Larlet's avatar David Larlet
Browse files

CI: only one before_script

parent b4e481e5
No related branches found
No related tags found
1 merge request!166From preprod to prod
......@@ -23,17 +23,15 @@ cache:
- paths:
- .apt/
before_script:
# Install dependencies and create associated cache dirs
- mkdir -p "${APT_STATE_LISTS}/partial"
- mkdir -p "${APT_CACHE_ARCHIVES}/partial"
- apt update -qy
- apt install -y apt-utils
- apt install -y curl
test:
stage: test
before_script:
# Install dependencies and create associated cache dirs
- mkdir -p "${APT_STATE_LISTS}/partial"
- mkdir -p "${APT_CACHE_ARCHIVES}/partial"
- apt update -qy
- apt install -y apt-utils
- apt install -y curl
# Install uv, see https://docs.astral.sh/uv/#getting-started
- curl -LsSf https://astral.sh/uv/install.sh | sh
# Put uv in the path
......
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