Skip to content

Commit

Permalink
Merge pull request godotengine#40365 from aaronfranke/black-path
Browse files Browse the repository at this point in the history
Globally install Python libraries in GitHub Actions
  • Loading branch information
akien-mga authored Jul 14, 2020
2 parents 1bb66f0 + 61c9f11 commit c2ed367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c2ed367

Please sign in to comment.