Skip to content
Snippets Groups Projects
Commit c4541fba authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Merge branch 'debug-install-tests' into 'develop'

Fix install tests

See merge request !1981
parents 8aafea61 f286bfef
No related branches found
No related tags found
1 merge request!1981Fix install tests
Pipeline #213515 passed
......@@ -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'
......
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