Skip to content
Snippets Groups Projects
Commit fc7c8d08 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Bugfix in .gitlab-ci.yml.

parent 19e577f8
No related branches found
No related tags found
2 merge requests!18Several changes including chunking and expansion of examples.,!17Development
Pipeline #18655 skipped
...@@ -50,7 +50,7 @@ install-from-testpypi: ...@@ -50,7 +50,7 @@ install-from-testpypi:
- apt install -yq git vim python3 python3-pip python3-venv - apt install -yq git vim python3 python3-pip python3-venv
script: script:
- pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ enstools-compression --break-system-packages - 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: deploy-to-pypi:
...@@ -83,4 +83,4 @@ install-from-pypi: ...@@ -83,4 +83,4 @@ install-from-pypi:
- apt install -yq git vim python3 python3-pip python3-venv - apt install -yq git vim python3 python3-pip python3-venv
script: script:
- pip install enstools-compression --break-system-packages - 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