We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db5c02 commit 24fa212Copy full SHA for 24fa212
1 file changed
.github/workflows/python-package-conda.yml
@@ -105,7 +105,8 @@ jobs:
105
106
- name: Create environment
107
run: |
108
- conda install --quiet --yes pip numpy scipy cython mkl=2023 \
+ conda install --quiet --yes -c conda-forge \
109
+ pip numpy scipy cython mkl=2023 \
110
mkl-devel pkg-config meson-python meson ninja setuptools_scm \
111
python-build
112
0 commit comments