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
- name: Set up Python 3.11
run: |
apt update
apt install -y python3 python3-pip
sudo apt update
sudo apt install -y python3 python3-pip
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip