We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745193d commit 9ea7146Copy full SHA for 9ea7146
action.yml
@@ -87,9 +87,7 @@ runs:
87
- name: Debug environment file path
88
shell: bash -el {0}
89
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
+ ls ${{ github.action_path }}/environments/linux-environment.yml
93
94
- name: Cache conda
95
uses: actions/cache@v4
0 commit comments