Skip to content

Commit

Permalink
Call conda instead of conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 6, 2024
1 parent 58bacf7 commit c8b1bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo ./setup-osx.sh
if: runner.os == 'macOS'
- name: Build package
run: $CONDA/bin/conda-build -m build_config/${{ runner.os }}-${{ runner.arch }}-${{ matrix.config }}.yaml ./recipe
run: $CONDA/bin/conda build -m build_config/${{ runner.os }}-${{ runner.arch }}-${{ matrix.config }}.yaml ./recipe
- name: Upload package
env:
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build package
run: |
set "PATH=%CONDA%\\Scripts;%CONDA%\\Library\\bin;%PATH%"
conda-build -m build_config\${{ runner.os }}-${{ matrix.config }}.yaml recipe
conda build -m build_config\${{ runner.os }}-${{ matrix.config }}.yaml recipe
shell: cmd
- name: Upload package
env:
Expand Down

0 comments on commit c8b1bff

Please sign in to comment.