Skip to content

Commit

Permalink
devops: fix conda build pipeline (pin conda)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 9, 2023
1 parent 59da178 commit e4a2082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
with:
python-version: 3.9
channels: conda-forge
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
conda-version: 23.5.2
- name: Prepare
run: conda install conda-build conda-verify
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
with:
python-version: 3.9
channels: conda-forge
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
conda-version: 23.5.2
- name: Prepare
run: conda install anaconda-client conda-build conda-verify
- name: Build and Upload
Expand Down

0 comments on commit e4a2082

Please sign in to comment.