Skip to content

Commit

Permalink
workflow fix (hopefully) - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Apr 22, 2024
1 parent e7f3562 commit e4f93f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .abcli/install/hubble.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#! /usr/bin/env bash

function abcli_install_hubble() {
# https://docs.astropy.org/en/stable/install.html
pip3 install astropy[recommended]

abcli_git clone [email protected]:awslabs/open-data-registry.git
abcli_git clone https://github.com/awslabs/open-data-registry.git
}

abcli_install_module hubble 104
2 changes: 1 addition & 1 deletion hubble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

DESCRIPTION = f"{ICON} tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry."

VERSION = "3.310.1"
VERSION = "3.311.1"

0 comments on commit e4f93f6

Please sign in to comment.