Merge pull request #40365 from aaronfranke/black-path

Globally install Python libraries in GitHub Actions
This commit is contained in:
Rémi Verschelde 2020-07-14 12:36:50 +02:00 committed by GitHub
commit c2ed367d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: |