diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 579e1115f2..023cfc978b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -156,6 +156,11 @@ jobs: activate-environment: idaes-env python-version: ${{ env.DEFAULT_PYTHON_VERSION }} miniforge-version: latest + - name: Disable long paths on Windows + if: matrix.os == 'win64' + shell: pwsh + run: | + Set-ItemProperty -Path "HKLM:System\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 0 - name: Set up idaes (non-editable installation) uses: ./.github/actions/setup-idaes with: