Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 12, 2024
1 parent f225f19 commit dd02b98
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: echo conda
if: startsWith(matrix.os, 'windows')
run: dir "$env:CONDA\bin"
run: dir "$env:CONDA"
- name: Add conda to system path
if: startsWith(matrix.os, 'windows')
run: echo "$env:CONDA/bin" | Out-File -FilePath $env:GITHUB_PATH -Append
Expand Down

0 comments on commit dd02b98

Please sign in to comment.