diff --git a/.github/actions/init-environment/action.yml b/.github/actions/init-environment/action.yml index 29beac4f98..0f4fcf03ab 100644 --- a/.github/actions/init-environment/action.yml +++ b/.github/actions/init-environment/action.yml @@ -24,7 +24,8 @@ runs: uses: actions/cache@v4 with: path: .venv - key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} + key: venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} + enableCrossOsArchive: true - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'