Skip to content

Commit

Permalink
Fix erronious path in mac conda test
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Aug 22, 2024
1 parent 821eca1 commit 12dc21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
curl --silent --location -O ${BASE_URL}/test_stxtyper.sh
- name: Run tests
run: |
source /usr/share/miniconda/bin/activate
source /Users/runner/miniconda3/bin/activate
echo CONDA_PREFIX = $CONDA_PREFIX
bash ./test_stxtyper.sh path
Expand Down

0 comments on commit 12dc21b

Please sign in to comment.