Skip to content

Commit

Permalink
Discord: take 2
Browse files Browse the repository at this point in the history
literally how.
  • Loading branch information
cobalt2727 committed Nov 22, 2023
1 parent 8d30fb5 commit be3bb7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/discord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ then
sudo apt install -y python3.8

#fix edge case with broken folder ownership that popped up in our GitHub Actions runs
mkdir -p ~/.cache/pip
sudo chown -R $USER:$USER ~/.cache/pip
mkdir -p ~/.cache/
mkdir -p ~/.cache/pip/
sudo chown -R $USER:$USER ~/.cache/
sudo chown -R $USER:$USER ~/.cache/pip/

yes | python3.6 -m pip uninstall lastversion
python3.8 -m pip install --upgrade --force-reinstall pip filelock lastversion || error "Couldn't install dependencies"
Expand Down

0 comments on commit be3bb7d

Please sign in to comment.