Skip to content

Commit f226e7e

Browse files
longpaths
1 parent 42b7b74 commit f226e7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,16 @@ jobs:
6464
- python: 3.10
6565
optional_mpl_dependency: -mpl
6666
steps:
67+
- name: Support longpaths
68+
run: |
69+
git config --global core.longpaths true
70+
6771
- uses: actions/checkout@v3
6872
- uses: actions/setup-python@v4
6973
with:
7074
python-version: ${{ matrix.python }}
7175
architecture: ${{ matrix.architecture }}
7276
- run: |
73-
git config --system core.longpaths true
7477
python -m pip install --upgrade pip
7578
pip install --upgrade -r dev_requirements/ci-requirements.txt
7679
- name: run test

0 commit comments

Comments
 (0)