Skip to content
Snippets Groups Projects
Commit 8cd3140a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Fix install syntax

parent 6175fed4
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!136Remove Python 3.7
Pipeline #49739 passed with warnings
......@@ -117,7 +117,7 @@ unittest_py3.13:
script:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
# Python docker has problems with tox and pip so use plain pytest here
- apt update && apt install cargo
- apt update && apt install -y cargo
- touch ~/.pylinkahead.ini
- pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
- pip install .
......
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