Skip to content

Commit 8e83e2d

Browse files
fix: workflow
1 parent 32c7538 commit 8e83e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Pack Environment
4949
shell: bash -el {0}
50-
run: conda-pack -n base -n ogs_python_tools -o ${{ matrix.artifact_name }}
50+
run: conda run -n base conda-pack -n ogs_python_tools -o ${{ matrix.artifact_name }}
5151

5252
- name: Upload Artifact
5353
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)