Skip to content
Snippets Groups Projects
Unverified Commit e9bbd554 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix tests

parent fe4e00d8
No related branches found
No related tags found
No related merge requests found
Pipeline #61298 failed with stage
in 2 minutes and 32 seconds
......@@ -5,7 +5,7 @@ stages:
.test:
stage: test
before_script:
script:
- pip install --break-system-packages --upgrade Cython setuptools pip coverage nose2
- pip install --break-system-packages -r requirements.txt
- python setup.py build_ext --inplace
......@@ -21,6 +21,6 @@ test_python310:
image: python:3.10
test_python310:
test_python311:
extends: .test
image: python:3.11
\ No newline at end of file
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