Skip to content

Commit

Permalink
Debug path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent 69d31a4 commit be1b243
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,14 @@ runs:
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ inputs.google_credentials }}"


- name: Debug environment file path
shell: bash -el {0}
run: |
echo "Environment file path: ${{ github.action_path }}/environments/${{ inputs.os }}-environment.yml"
ls ${{ github.action_path }}
ls ${{ github.action_path }}/environments
- name: Cache conda
uses: actions/cache@v4
env:
Expand Down

0 comments on commit be1b243

Please sign in to comment.