fix lint action

This commit is contained in:
d3vyce 2023-12-19 22:26:20 +01:00
parent 2e58083957
commit 838e7aadaa

View File

@ -9,8 +9,8 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python 3.11 - name: Set up Python 3.11
run: | run: |
apt update sudo apt update
apt install -y python3 python3-pip sudo apt install -y python3 python3-pip
- name: Install dependencies - name: Install dependencies
run: | run: |
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip