Skip to content

Commit 435a252

Browse files
Run 'construct channels line' step in pwsh
1 parent 36c798b commit 435a252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ jobs:
229229

230230
steps:
231231
- name: Construct channels line
232+
shell: pwsh
232233
run: |
233234
echo "CHANNELS=-c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels" >> $env:GITHUB_ENV
234235
- name: Display channels line

0 commit comments

Comments
 (0)