Skip to content

Commit

Permalink
add conda-forge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Jan 6, 2023
1 parent 9e95d23 commit ef3fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 # history required so cmake can determine version

- uses: conda-incubator/setup-miniconda@v2
- run: conda install --yes conda-build boa
- run: conda install -c conda-forge --yes conda-build boa
- run: conda mambabuild --channel conda-forge --channel scipp --python=3.8 --no-anaconda-upload --override-channels --output-folder conda/package conda

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ef3fea1

Please sign in to comment.