Skip to content

Commit

Permalink
fix set env deprecation (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen authored May 28, 2024
1 parent 491583d commit 569e8da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tethys-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ jobs:
conda update -q conda
# Export Conda Build Path
- name: Set Conda Build Path
uses: allenevans/set-env@v3.0.0
with:
CONDA_BLD_PATH: "/home/runner/conda-bld"
run: |
echo "CONDA_BLD_PATH=/home/runner/conda-bld" >> $GITHUB_ENV
# Generate Conda Recipe With Constrained Dependencies
- name: Generate Conda Recipe
run: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tethys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ jobs:
conda update -q conda
# Export Conda Build Path
- name: Set Conda Build Path
uses: allenevans/set-env@v3.0.0
with:
CONDA_BLD_PATH: "/home/runner/conda-bld"
run: |
echo "CONDA_BLD_PATH=/home/runner/conda-bld" >> $GITHUB_ENV
# Generate Conda Recipe Without Constrained Dependencies
- name: Generate Conda Recipe
run: |
Expand Down

0 comments on commit 569e8da

Please sign in to comment.