Skip to content
Snippets Groups Projects

Fix install tests

Merged Ahmed Ilyas requested to merge debug-install-tests into develop
+ 1
2
@@ -371,9 +371,8 @@ install tests:
UV_SYSTEM_PYTHON: true
before_script:
- pip install --upgrade pip
- pip install uv
- pip install uv==0.2.27
script:
- ls dist/
- pip install dist/nomad-*.tar.gz
- python -c 'import nomad.cli'
- python -c 'from nomad.client import ArchiveQuery'
Loading