Skip to content
Snippets Groups Projects
Commit 7c7fa2d8 authored by Jakob Roth's avatar Jakob Roth
Browse files

tweak test setup installation

parent e4b6315c
No related branches found
No related tags found
1 merge request!48Polarization response
Pipeline #207014 passed
......@@ -35,6 +35,8 @@ build_docker_from_cache:
before_script:
- pip3 install --break-system-packages .[full]
- git clone https://github.com/NIFTy-PPL/JAXbind.git
- pip3 install --break-system-packages JAXbind/
test_resolve:
stage: testing
......
......@@ -146,7 +146,7 @@ setup(
zip_safe=True,
dependency_links=[],
install_requires=["ducc0>=0.23.0", "numpy", "nifty8>=8.0"],
extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib", "jax", "jaxlib", "jaxbind")},
extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib", "jax", "jaxlib")},
ext_modules=extensions,
entry_points={"console_scripts":
[
......
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