Skip to content

Commit 9ea7146

Browse files
committed
Add.
1 parent 745193d commit 9ea7146

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ runs:
8787
- name: Debug environment file path
8888
shell: bash -el {0}
8989
run: |
90-
echo "Environment file path: ${{ github.action_path }}/environments/${{ inputs.os }}-environment.yml"
91-
ls ${{ github.action_path }}
92-
ls ${{ github.action_path }}/environments
90+
ls ${{ github.action_path }}/environments/linux-environment.yml
9391
9492
- name: Cache conda
9593
uses: actions/cache@v4

0 commit comments

Comments
 (0)