Skip to content

Commit 1d4cb0d

Browse files
Merge pull request #21 from mundialis/linting_workflow_fix
Fix linting workflow
2 parents ea749b7 + 4b680a9 commit 1d4cb0d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/linting.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: Install apt dependencies
3131
run: |
32-
sudo apt-get update -qq
3332
sudo apt-get install -y -qq python3 python3-pip
3433
- name: Install pip dependencies
3534
run: |
@@ -47,7 +46,6 @@ jobs:
4746
- uses: actions/checkout@v4
4847
- name: Install apt dependencies
4948
run: |
50-
sudo apt-get update -qq
5149
sudo apt-get install -y -qq python3 python3-pip
5250
- name: Install pip dependencies
5351
run: |
@@ -78,7 +76,6 @@ jobs:
7876
- uses: actions/checkout@v4
7977
- name: Install apt dependencies
8078
run: |
81-
sudo apt-get update -qq
8279
sudo apt-get install -y -qq python3 python3-pip
8380
- name: Install pip dependencies
8481
run: |

0 commit comments

Comments
 (0)