Skip to content

Commit

Permalink
[cicd] bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 12, 2024
1 parent 0ed0132 commit eff2442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'
- name: Add conda to system path
if: startsWith(matrix.os, 'windows')
run: "$env:CONDA/bin" | Out-File -FilePath $env:GITHUB_PATH -Append
run: echo "$env:CONDA/bin" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: Add conda to system path
if: ${{ ! startsWith(matrix.os, 'windows') }}
run: echo "$CONDA/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit eff2442

Please sign in to comment.