Skip to content

Commit efb898e

Browse files
committed
fix env file name
1 parent 67fcbfb commit efb898e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/test-ocp-addons/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
set -o pipefail
4545
4646
brew install gsed
47-
47+
4848
# - - -
4949

5050
- name: Prepare environment.yml
@@ -63,12 +63,12 @@ runs:
6363
- name: Set up Python ${{ inputs.python-version }} via micromamba
6464
uses: mamba-org/setup-micromamba@v2
6565
with:
66-
environment-file: environment-ocpaddons-${{ inputs.python-version }}.yml
66+
environment-file: environment-ocpaddons.yml
6767
log-level: warning
6868
init-shell: bash
6969
cache-downloads: true
7070
cache-environment: true
71-
cache-environment-key: environment-ocpaddons-${{ inputs.python-version }}-${{ inputs.os }}-novtk
71+
cache-environment-key: environment-ocpaddons-${{ inputs.os }}-novtk
7272

7373
# - - -
7474

0 commit comments

Comments
 (0)