Skip to content

Commit

Permalink
Add conda-forge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 7, 2024
1 parent c61d27b commit 942af55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
channel: "conda-forge"
- name: conda setup
run: |
conda install -y anaconda-client
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ VERSION=$(python -c "import $PACKAGE; print($PACKAGE._version.__version__)")
export VERSION

# conda config --env --set conda_build.pkg_format 2
conda build scripts/conda/recipe --no-anaconda-upload --no-verify
conda build scripts/conda/recipe --no-anaconda-upload --no-verify -c conda-forge

mv "$CONDA_PREFIX/conda-bld/noarch/$PACKAGE-$VERSION-py_0.tar.bz2" dist

0 comments on commit 942af55

Please sign in to comment.