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

PIPELINE: Fix syntax

parent 2c79d832
Branches
Tags
2 merge requests!143Release 0.15.0,!136Remove Python 3.7
Pipeline #49734 passed with warnings
......@@ -70,7 +70,7 @@ unittest_py3.8:
script: &python_test_script
# Python docker has problems with tox and pip so use plain pytest here
- touch ~/.pylinkahead.ini
- pip install cargo;python_version>="3.13" # TODO: Check whether this is still necessary after an official 3.13 release
- pip install 'cargo;python_version>="3.13"' # TODO: Check whether this is still necessary after an official 3.13 release
- pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
- pip install .
- python -m pytest unittests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment