Skip to content

Commit

Permalink
WIP: Print all microSALT paths
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Jul 4, 2024
1 parent 3582641 commit 0b8ca69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Print out CONDA_PREFIX
run: |
echo "CONDA_PREFIX: ${CONDA_PREFIX}"
- name: Create /tmp/ folder
- name: Look for installation path of microSALT
run: |
mkdir -p /tmp
find -iname '*microSALT*'
- name: Test with pytest
run: |
export CONDA_PREFIX=$(pwd)/tests;
Expand Down

0 comments on commit 0b8ca69

Please sign in to comment.