Skip to content

Commit

Permalink
FIX: correctly activate the uv venv
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jan 21, 2025
1 parent 20d4faf commit 824d386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm -Rf ~/.local/bin/ardupilot_methodic_configurator
rm -Rf build dist/ ardupilot_methodic_configurator.egg-info/

uv venv --python 3.12
source .venv/bin/activate
source .venv/Scripts/activate
uv pip install -U build packaging pip setuptools wheel

python -m build
Expand Down

0 comments on commit 824d386

Please sign in to comment.