ci: Minor fixes.

setup.py
Pierre-Antoine Rouby 2024-05-29 10:37:26 +02:00
parent 07cdf72528
commit f4b7131b98
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ dl-python-linux:
- curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/custom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/packages/python.tar.xz - curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/custom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/packages/python.tar.xz
- mkdir -p linux-python/ - mkdir -p linux-python/
- cd linux-python - cd linux-python
- tar xvf ../python.tgz - tar xvf ../python.tar.xz
artifacts: artifacts:
paths: paths:
- linux-python - linux-python