File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ jobs:
436436 steps :
437437 - name : Construct channels line
438438 run : |
439- echo "CHANNELS=" -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels" >> $GITHUB_ENV
439+ echo "CHANNELS=-c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels" >> $GITHUB_ENV
440440 - name : Display channels line
441441 run : |
442442 echo ${{ env.CHANNELS }}
@@ -588,7 +588,7 @@ jobs:
588588 steps :
589589 - name : Construct channels line
590590 run : |
591- echo "CHANNELS=" -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels" >> $GITHUB_ENV
591+ echo "CHANNELS=-c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels" >> $GITHUB_ENV
592592 - name : Display channels line
593593 run : |
594594 echo ${{ env.CHANNELS }}
You can’t perform that action at this time.
0 commit comments