Globally install Python libraries in GitHub Actions

Otherwise it uses ~/.local/bin which GitHub doesn't include in PATH
This commit is contained in:
Aaron Franke 2020-07-14 03:42:15 -04:00
parent 861c6c63b6
commit 61c9f11434
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF

View file

@ -12,7 +12,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install -qq dos2unix recode clang-format
pip3 install --user black pygments
sudo pip3 install black pygments
- name: File formatting checks (file_format.sh)
run: |