diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 202ffec..d650530 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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: | @@ -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: | @@ -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: |