Skip to content

Commit

Permalink
[cicd] echo conda
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 12, 2024
1 parent eff2442 commit f4e81c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: echo conda
run: echo "$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 f4e81c2

Please sign in to comment.