diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61ef27fb7..dc0af5199 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,6 @@ jobs: restore-keys: | ${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements.txt') }} ${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}- - ${{ runner.os }}-venv- - name: Create Python virtual environment if: steps.cache-venv.outputs.cache-hit != 'true' run: |