diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 3f15312..f1fa4d9 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -25,7 +25,6 @@ jobs: style-formatting: runs-on: ubuntu-latest - steps: - name: Check out repository code uses: actions/checkout@v3 - run: apt-get update && apt-get install -y python3-pip @@ -35,7 +34,6 @@ jobs: style-sorted-imports: runs-on: ubuntu-latest - steps: - name: Check out repository code uses: actions/checkout@v3 - run: apt-get update && apt-get install -y python3-pip