This commit is contained in:
2026-01-31 16:55:26 +01:00
parent 752433a900
commit ca905929f5
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ default:
# Setup python environment with uv
setup:
uv sync
# Instantiate julia
julia --project=. -e 'using Pkg; Pkg.instantiate()'
# Run the python main entrypoint
test: