Skip to content

Commit 2eaed27

Browse files
authored
refactor: 🔨 use --upgrade when installing Python dependencies (#174)
# Description So that we always use the latest versions. This is important for when we depend on our own packages, e.g. `check-datapackage`. Closes #169 This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 146edf4 commit 2eaed27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ update-quarto-theme:
3131
{% endif %}
3232
# Install Python package dependencies
3333
install-deps:
34-
uv sync --all-extras --dev
34+
uv sync --all-extras --dev --upgrade
3535

3636
# Run the Python tests
3737
test-python:

0 commit comments

Comments
 (0)