From be1b243ede9533a64a534a0c090c218802bee22b Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 26 Jun 2024 14:18:18 -0700 Subject: [PATCH] Debug path. --- action.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6fdbcba..5f39aab 100644 --- a/action.yml +++ b/action.yml @@ -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: