Skip to content

Commit

Permalink
Update python-app-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarB83 authored Oct 4, 2024
1 parent 744fe03 commit 8685ca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
#echo $CONDA/bin >> $GITHUB_PATH
conda activate test
conda --version
- run: |
conda info
Expand Down

0 comments on commit 8685ca2

Please sign in to comment.