Fixes #659: fix permissions when installing OS packages for linting/black

Signed-off-by: BugFest <bugfest.dev@pm.me>
This commit is contained in:
BugFest 2023-04-09 17:11:31 +02:00 committed by Muayyad Alsadi
parent 7f5ce26b1b
commit 5eff38e743

View File

@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install psf/black requirements
run: |
apt-get update
apt-get install -y python3 python3-venv
sudo apt-get update
sudo apt-get install -y python3 python3-venv
- uses: psf/black@stable
with:
options: "--check --verbose"