We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c7538 commit 8e83e2dCopy full SHA for 8e83e2d
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Pack Environment
49
shell: bash -el {0}
50
- run: conda-pack -n base -n ogs_python_tools -o ${{ matrix.artifact_name }}
+ run: conda run -n base conda-pack -n ogs_python_tools -o ${{ matrix.artifact_name }}
51
52
- name: Upload Artifact
53
uses: actions/upload-artifact@v4
0 commit comments