Skip to content

Commit ffa8659

Browse files
committed
attempt to fix macos-12 conda build
Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
1 parent 6bdee37 commit ffa8659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
shell: micromamba-shell {0}
6060

6161
- name: Python Build Steps
62-
run: make build-conda
62+
# somehow CXX is set on the macos-12 runner
63+
run: CXX= make build-conda
6364
shell: micromamba-shell {0}
6465

6566
- name: Python Test Steps

0 commit comments

Comments
 (0)