Skip to content

Commit

Permalink
devops: remove pinned conda (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jan 16, 2024
1 parent af44fd0 commit 851c0e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ 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: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
with:
python-version: 3.9
channels: conda-forge,microsoft
# 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 851c0e4

Please sign in to comment.