Skip to content

Commit

Permalink
Always use conda forge
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Dec 15, 2023
1 parent 5df0db8 commit 9a82ff5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
with:
auto-update-conda: true
activate-environment: build
python-version: 3.8
python-version: 3.10
- name: create meta.yaml
run: python
- name: Setup conda forge
if: ${{ matrix.cfg.os == 'windows-2022' }}
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
Expand Down

0 comments on commit 9a82ff5

Please sign in to comment.