Skip to content

Commit b7bcd74

Browse files
committed
build: Fix conda build
1 parent 12ba1df commit b7bcd74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: anaconda setup
7474
run: |
7575
pipx install anaconda-client
76-
binstar --version
76+
binstar --version || binstar --help # version broke with typer 0.26.0 and click 8.4.0
7777
- name: anaconda dev upload
7878
if: contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc')
7979
run: |

0 commit comments

Comments
 (0)