Skip to content

Commit

Permalink
Do not use defaults in conda-build argument
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 9, 2024
1 parent f6737d4 commit 7bb2af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install conda-build
run: conda install conda-build
- name: Build conda package
run: conda build --no-test --python ${{ matrix.python }} -c intel -c defaults --override-channels conda-recipe
run: conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7bb2af4

Please sign in to comment.