mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
Revert $BASH_ENV (#2982)
This commit is contained in:
@@ -41,6 +41,6 @@ if isUbuntu18 || isUbuntu20 ; then
|
||||
fi
|
||||
|
||||
# Adding this dir to PATH will make installed pip commands are immediately available.
|
||||
echo 'export PATH=$PATH:$HOME/.local/bin' | tee -a /etc/profile.d/env_vars.sh
|
||||
echo 'export PATH="$PATH:$HOME/.local/bin"' | tee -a /etc/skel/.bashrc
|
||||
|
||||
invoke_tests "Tools" "Python"
|
||||
|
||||
Reference in New Issue
Block a user