mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-04 09:10:48 +02:00
fix lint action
This commit is contained in:
parent
2e58083957
commit
838e7aadaa
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user