We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37881e commit 2484822Copy full SHA for 2484822
.github/workflows/testpr.yml
@@ -77,15 +77,7 @@ jobs:
77
shell: bash -l {0}
78
run: |
79
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
+
89
- name: Generate recipes
90
91
0 commit comments