We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fcbfb commit efb898eCopy full SHA for efb898e
1 file changed
.github/actions/test-ocp-addons/action.yml
@@ -44,7 +44,7 @@ runs:
44
set -o pipefail
45
46
brew install gsed
47
-
+
48
# - - -
49
50
- name: Prepare environment.yml
@@ -63,12 +63,12 @@ runs:
63
- name: Set up Python ${{ inputs.python-version }} via micromamba
64
uses: mamba-org/setup-micromamba@v2
65
with:
66
- environment-file: environment-ocpaddons-${{ inputs.python-version }}.yml
+ environment-file: environment-ocpaddons.yml
67
log-level: warning
68
init-shell: bash
69
cache-downloads: true
70
cache-environment: true
71
- cache-environment-key: environment-ocpaddons-${{ inputs.python-version }}-${{ inputs.os }}-novtk
+ cache-environment-key: environment-ocpaddons-${{ inputs.os }}-novtk
72
73
74
0 commit comments