Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 239f899f authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Update CI pipeline to include xz package update

Added the `conda update -c default xz` step to ensure the xz package is updated in the pipeline environment.
parent 6ab99c0d
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ update-osx: ...@@ -54,6 +54,7 @@ update-osx:
- conda activate base - conda activate base
- conda update -c default conda - conda update -c default conda
- conda update -c default conda-build - conda update -c default conda-build
- conda update -c default xz
rules: rules:
- when: manual - when: manual
allow_failure: true # Avoid blocking the pipeline if not run allow_failure: true # Avoid blocking the pipeline if not run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment