Skip to content
Snippets Groups Projects
Commit e60a8242 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

Merge branch 'fix_ci' into 'main'

fix CI

See merge request !85
parents 4a5e49b7 42f5b536
No related branches found
No related tags found
1 merge request!85fix CI
Pipeline #182660 passed
......@@ -26,7 +26,7 @@ test-3.9-id31_2.0:
extends: .test-3.9
before_script:
- git clone https://gitlab.esrf.fr/bliss/bliss.git --branch id31_2.0 blissrepo
- pip install blissrepo/blissdata
- pip install blissrepo/blissdata "numpy<2"
- rm -rf blissrepo
- !reference [.test-3.9, before_script]
variables:
......@@ -40,6 +40,14 @@ test-3.9-1.11.x:
- rm -rf blissrepo
- !reference [.test-3.9, before_script]
test-3.9-2.0.x:
extends: .test-3.9
before_script:
- git clone https://gitlab.esrf.fr/bliss/bliss.git --branch 2.0.x blissrepo
- pip install blissrepo/blissdata "numpy<2"
- rm -rf blissrepo
- !reference [.test-3.9, before_script]
test-3.10:
extends: .test-3.10
before_script:
......
[build-system]
requires = [
"setuptools>=46.4,<63",
"wheel",
"setuptools>=46.4"
]
build-backend = "setuptools.build_meta"
\ 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