Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Apr 2, 2024
1 parent ac3d7d3 commit 26a4a85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
python-version: 3.12
channels: conda-forge
miniconda-version: latest
conda-version: 24.1.2
- name: Prepare
run: conda install anaconda-client conda-build conda-verify
run: conda install anaconda-client conda-build=24.1.2 conda-verify
- name: Build and Upload
run: |
if [ "${{ matrix.target-platform }}" == "osx-arm64" ]; then
Expand Down

0 comments on commit 26a4a85

Please sign in to comment.