Skip to content

Commit

Permalink
use conda-forge channel for distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Sep 24, 2024
1 parent 6db5c02 commit 24fa212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
- name: Create environment
run: |
conda install --quiet --yes pip numpy scipy cython mkl=2023 \
conda install --quiet --yes -c conda-forge \
pip numpy scipy cython mkl=2023 \
mkl-devel pkg-config meson-python meson ninja setuptools_scm \
python-build
Expand Down

0 comments on commit 24fa212

Please sign in to comment.