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 515dffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ 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'
run: git config --global core.longpaths true
- 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 515dffe

Please sign in to comment.