Skip to content

Commit 3ce50a1

Browse files
committed
try again
1 parent 7ac16a2 commit 3ce50a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conda_build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171

7272
#
7373
- name: Build Conda package using mamba build
74-
run: $env:CMAKE_GENERATOR = "Ninja"
75-
run: conda mambabuild ${{ github.workspace }}/LyceanEM-Python/conda/
74+
run: |
75+
$env:CMAKE_GENERATOR = "Ninja"
76+
conda mambabuild ${{ github.workspace }}/LyceanEM-Python/conda/
7677
#
7778

7879
#

0 commit comments

Comments
 (0)