Skip to content

Commit

Permalink
ci: enable longpaths for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Dec 18, 2024
1 parent 75f046f commit 809fbb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ steps.get-week.outputs.week }}-${{ hashFiles('setup.py') }}
- name: Enable long paths on Windows and Git
if: runner.os == 'Windows'
shell: powershell
run: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1
- name: Install from eodag develop branch
run: pip install git+https://github.com/CS-SI/eodag.git@develop
- name: Install other deps
Expand Down

0 comments on commit 809fbb5

Please sign in to comment.