Skip to content

Commit

Permalink
Try disabling long paths on Windows to reproduce error
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Nov 22, 2024
1 parent 50e0dc4 commit 05124d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 05124d1

Please sign in to comment.