Skip to content
Snippets Groups Projects
Commit a76c6722 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Actually tell hatch to use uv

parent 00a13c63
No related branches found
No related tags found
1 merge request!26Use uv in CI
Pipeline #1382108 waiting for manual action
...@@ -73,6 +73,9 @@ Homepage = "https://git.rwth-aachen.de/qutech/python-spectrometer" ...@@ -73,6 +73,9 @@ Homepage = "https://git.rwth-aachen.de/qutech/python-spectrometer"
[tool.hatch.version] [tool.hatch.version]
path = "src/python_spectrometer/__init__.py" path = "src/python_spectrometer/__init__.py"
[tool.hatch.envs.default]
installer = "uv"
[tool.hatch.envs.tests] [tool.hatch.envs.tests]
features = [ features = [
"complete" "complete"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment