Skip to content

Commit

Permalink
Add.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent 745193d commit 9ea7146
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ runs:
- 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
ls ${{ github.action_path }}/environments/linux-environment.yml
- name: Cache conda
uses: actions/cache@v4
Expand Down

0 comments on commit 9ea7146

Please sign in to comment.