Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache-environment-key: 1

- name: "Run conda build"
run: "conda build --override-channels --channel conda-forge --channel nsidc --channel nodefaults recipe/"
run: "conda mambabuild --numpy 2.2 --override-channels --channel conda-forge --channel nsidc --channel nodefaults recipe/"

- name: "run anaconda upload"
env:
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/experimental-build-on-main.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.7.0

* Update dependencies for `pm_tb_data`

# v0.6.0

* Update requirement for `pm_tb_data`
Expand Down
Loading
Loading