diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e00ee73..2c3c00ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,6 @@ jobs: strategy: matrix: python-version: [3.6] - steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -99,7 +98,6 @@ jobs: strategy: matrix: python-version: [3.6] - steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}