Skip to content

Commit 2484822

Browse files
committed
Remove duplicated Windows workaround
1 parent b37881e commit 2484822

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/testpr.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,7 @@ jobs:
7777
shell: bash -l {0}
7878
run: |
7979
pixi run anaconda --version
80-
81-
- name: Long paths workarounds for win-64
82-
shell: bash -l {0}
83-
if: matrix.platform == 'win-64'
84-
run: |
85-
# Workaround for problem related to long paths
86-
echo "CONDA_BLD_PATH=C:\\bld\\" >> $GITHUB_ENV
87-
mkdir /c/bld
88-
80+
8981
- name: Generate recipes
9082
shell: bash -l {0}
9183
run: |

0 commit comments

Comments
 (0)