Skip to content

Commit 24fa212

Browse files
committed
use conda-forge channel for distribute
1 parent 6db5c02 commit 24fa212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package-conda.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ jobs:
105105
106106
- name: Create environment
107107
run: |
108-
conda install --quiet --yes pip numpy scipy cython mkl=2023 \
108+
conda install --quiet --yes -c conda-forge \
109+
pip numpy scipy cython mkl=2023 \
109110
mkl-devel pkg-config meson-python meson ninja setuptools_scm \
110111
python-build
111112

0 commit comments

Comments
 (0)