Skip to content

Commit

Permalink
Fix building of conda packages in third party tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 16, 2024
1 parent 3c6d7c2 commit eb55732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
git clone https://github.com/${{ matrix.config.repo }} ${{ matrix.config.name }}
git -C $(pwd)/${{ matrix.config.name }} checkout v${{ matrix.config.version }}
python -m whey --builder whey_conda --out-dir ${{ matrix.config.name }}/conda-bld/noarch
python -m whey --builder whey_conda --out-dir ${{ matrix.config.name }}/conda-bld/noarch ${{ matrix.config.name }}
$CONDA/bin/conda index ./${{ matrix.config.name }}/conda-bld || exit 1
$CONDA/bin/conda install -c file://$(pwd)/${{ matrix.config.name }}/conda-bld ${{ matrix.config.name }}=${{ matrix.config.version }} -y || exit 1
Expand Down

0 comments on commit eb55732

Please sign in to comment.