Skip to content

Commit ad46f15

Browse files
authored
devops: fix conda build and publish workflow (#243)
1 parent 695c3ea commit ad46f15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
uses: conda-incubator/setup-miniconda@v3
6262
with:
6363
python-version: 3.9
64-
channels: conda-forge
64+
channels: microsoft,conda-forge
6565
- name: Prepare
6666
run: conda install conda-build conda-verify
6767
- name: Build
68-
run: conda build . -c microsoft -c conda-forge
68+
run: conda build .

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: conda-incubator/setup-miniconda@v3
1717
with:
1818
python-version: 3.9
19-
channels: conda-forge,microsoft
19+
channels: microsoft,conda-forge
2020
- name: Prepare
2121
run: conda install anaconda-client conda-build conda-verify
2222
- name: Build and Upload

0 commit comments

Comments
 (0)