Skip to content
Snippets Groups Projects
Commit e9a9401e authored by Oriol.Tinto's avatar Oriol.Tinto
Browse files

Fix CI.

parents 391c796c 7b22a5e9
No related branches found
No related tags found
1 merge request!17Development
Pipeline #18657 passed
......@@ -50,7 +50,7 @@ install-from-testpypi:
- apt install -yq git vim python3 python3-pip python3-venv
script:
- pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ enstools-compression --break-system-packages
- python -c "from enstools.compression import api"
- python3 -c "from enstools.compression import api"
deploy-to-pypi:
......@@ -83,4 +83,4 @@ install-from-pypi:
- apt install -yq git vim python3 python3-pip python3-venv
script:
- pip install enstools-compression --break-system-packages
- python -c "from enstools.compression import api"
- python3 -c "from enstools.compression import api"
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