Skip to content

Commit

Permalink
Only change build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 19, 2024
1 parent b34c5d0 commit 8a4bc40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
echo "Setting up Python environment"
python3 -m venv env
./env/bin/pip install uv
VIRTUAL_ENV=./env ./env/bin/uv pip install -e . # Install Python dependencies
./env/bin/pip install -e . # Install Python dependencies
echo "Start on boot"
sudo cat /etc/rc.local
Expand Down

0 comments on commit 8a4bc40

Please sign in to comment.