Skip to content

Commit

Permalink
Merge pull request #21 from mundialis/linting_workflow_fix
Browse files Browse the repository at this point in the history
Fix linting workflow
  • Loading branch information
anikaweinmann authored Apr 24, 2024
2 parents ea749b7 + 4b680a9 commit 1d4cb0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install apt dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y -qq python3 python3-pip
- name: Install pip dependencies
run: |
Expand All @@ -47,7 +46,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install apt dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y -qq python3 python3-pip
- name: Install pip dependencies
run: |
Expand Down Expand Up @@ -78,7 +76,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install apt dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y -qq python3 python3-pip
- name: Install pip dependencies
run: |
Expand Down

0 comments on commit 1d4cb0d

Please sign in to comment.