ci: Fix python dl path (again).

setup.py
Pierre-Antoine Rouby 2024-05-29 11:02:50 +02:00
parent 8d336b888a
commit e970b2c07a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ dl-python-linux:
rules:
- if: $CI_COMMIT_BRANCH == 'setup.py' || $CI_COMMIT_TAG
script:
- curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/custom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/linux/python.tar.xz
- curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/gcustom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/python.tar.xz
- mkdir -p linux-python/
- cd linux-python
- tar xvf ../python.tar.xz