Skip to content

Commit

Permalink
FIx filepath again in build-gcpy-environment.yml
Browse files Browse the repository at this point in the history
.github/workflows/build-gcpy-environment.yml
- Now try specifying file as /docs/environment_files/environment.yml

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jan 25, 2024
1 parent c99cca2 commit a02ed70
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/[email protected]
with:
micromamba-version: 'latest'
environment-file: docs/environment_files/environment.yml
environment-file: ./docs/environment_files/environment.yml
init-shell: bash
cache-environment: true
generate-run-shell: true
Expand Down

0 comments on commit a02ed70

Please sign in to comment.