File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,11 +204,16 @@ jobs:
204204 shell : cmd /C CALL {0}
205205 run : |
206206 echo ${{ env.workdir }}
207+ echo %CONDA_PREFIX%
207208 mkdir ${{ env.workdir }}\channel\win-64
208209 move ${{ env.PACKAGE_NAME }}-*.tar.bz2 ${{ env.workdir }}\channel\win-64
209- conda index ${{ env.workdir }}/channel
210+ start /wait conda index ${{ env.workdir }}\channel
211+ echo %errorlevel%
212+ dir ${{ env.workdir }}\channel\win-64
210213 # Test channel
214+ conda search ${{ env.PACKAGE_NAME }} -c ${{ env.workdir }}/channel --override-channels --info --json
211215 conda search ${{ env.PACKAGE_NAME }} -c ${{ env.workdir }}/channel --override-channels --info --json > ${{ env.workdir }}\ver.json
216+ dir ${{ env.workdir }}
212217 type ${{ env.workdir }}\ver.json
213218 - name : Collect dependencies
214219 shell : cmd /C CALL {0}
You can’t perform that action at this time.
0 commit comments