diff --git a/.github/workflows/ci-config-functions.yml b/.github/workflows/ci-config-functions.yml index 25230b217f4..56545d2a727 100644 --- a/.github/workflows/ci-config-functions.yml +++ b/.github/workflows/ci-config-functions.yml @@ -33,9 +33,6 @@ jobs: path: | ~/.cache/pip ~/.cache/pypoetry - key: pip-${{ hashFiles('.virtualenv.dev-requirements.txt') }}-${{ hashFiles('.virtualenv.requirements.txt') }} - restore-keys: | - -pip- - name: checkout source code uses: actions/checkout@v3 @@ -43,7 +40,6 @@ jobs: uses: actions/setup-python@v4 - name: Install Poetry run: | - sudo python -m pip install --upgrade pip sudo python -m pip install poetry - name: Run the scripts integration tests