Skip to content

Commit

Permalink
Pin conda-build to 3.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Feb 2, 2024
1 parent 9bfca0d commit 0cf3a22
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
(echo CONDA_BLD=%CONDA_PREFIX%\conda-bld\win-64\) >> %GITHUB_ENV%
- name: Install conda-build
run: conda install conda-build
run: conda install conda-build=3.28.4

- name: Cache conda packages
uses: actions/cache@v4
Expand All @@ -111,12 +111,7 @@ jobs:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
- name: Build conda package
run: |
conda config --set verbosity 3 --env
conda build --build-only --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
echo "printing some text"
env:
CONDA_VERBOSITY: 3
run: conda build --build-only --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe

- name: Upload artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 0cf3a22

Please sign in to comment.