Skip to content

Commit

Permalink
Now point to environment file in home directory
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jan 25, 2024
1 parent a02ed70 commit ff9cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gcpy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v1.8.0
with:
micromamba-version: 'latest'
environment-file: ./docs/environment_files/environment.yml
environment-file: environment.yml
init-shell: bash
cache-environment: true
generate-run-shell: true
Expand Down

0 comments on commit ff9cb91

Please sign in to comment.