Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Jul 4, 2024
1 parent def3d8e commit d35a042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Print out CONDA_PREFIX
run: |
echo "CONDA_PREFIX: ${CONDA_PREFIX}"
- name: List microsalt install dir
run: |
find /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/microSALT/
#- name: Set CONDA_PREFIX
# run: |
# export CONDA_PREFIX=/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/microSALT
Expand Down

0 comments on commit d35a042

Please sign in to comment.