Skip to content

Commit f9465ba

Browse files
authored
devops: fix conda CI workflow
1 parent c06ab3b commit f9465ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
- name: Prepare
6666
run: conda install conda-build conda-verify
6767
- name: Build
68-
run: conda build .
68+
run: conda build --user microsoft .

0 commit comments

Comments
 (0)