Skip to content

Commit

Permalink
Set CONDA_PREFIX to path of tests folder in checked out code in CI wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
samuell committed Jul 4, 2024
1 parent 932daa9 commit c287380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]

env:
#CONDA_PREFIX: /opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/microSALT
CONDA_PREFIX: /home/runner/work/microSALT/microSALT
CONDA_PREFIX: /home/runner/work/microSALT/microSALT/tests
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

jobs:
Expand Down

0 comments on commit c287380

Please sign in to comment.