Skip to content

Commit

Permalink
Update CONDA_BLD_PATH for tethys-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htran84 authored Sep 10, 2021
1 parent 2afeb86 commit 8740dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tethys-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set Conda Build Path
uses: allenevans/set-env@v2.0.0
with:
CONDA_BLD_PATH: '~/conda-bld'
CONDA_BLD_PATH: '/home/runner/conda-bld'
# Generate Conda Recipe With Constrained Dependencies
- name: Generate Conda Recipe
run: |
Expand Down

0 comments on commit 8740dad

Please sign in to comment.