Skip to content

Commit

Permalink
simpler environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 7, 2025
1 parent d4b0cba commit 30415b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ runs:
# export PATH="${{ github.workspace }}/.venv/bin:$HOME/.local/bin:$PATH"
# Verify uv installation
uv --version
uv --help > /dev/null
#uv --version
#uv --help > /dev/null
# Ensure the venv/bin is first in the PATH
unset PYTHONHOME # Unset the PYTHONHOME environment variable
Expand Down

0 comments on commit 30415b7

Please sign in to comment.