Skip to content

Commit

Permalink
another attempt at aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 3, 2024
1 parent 65810bc commit 5a3f8f7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:

- name: Make sure data is available
run: |
if [[ ! -f notebooks/usecase_data/sc_counts_reannotated_with_counts.h5ad ]]; then
wget https://openproblems-bio.s3.amazonaws.com/public/neurips-2023-competition/sc_counts_reannotated_with_counts.h5ad \
-O notebooks/usecase_data/sc_counts_reannotated_with_counts.h5ad
fi
# aws s3 cp \
# --no-sign-request \
# s3://openproblems-bio/public/neurips-2023-competition/sc_counts_reannotated_with_counts.h5ad \
# notebooks/usecase_data/sc_counts_reannotated_with_counts.h5ad
AWS_EC2_METADATA_DISABLED=true \
aws s3 cp \
--no-sign-request \
s3://openproblems-bio/public/neurips-2023-competition/sc_counts_reannotated_with_counts.h5ad \
notebooks/usecase_data/sc_counts_reannotated_with_counts.h5ad
# attempt with pixi:

Expand Down

0 comments on commit 5a3f8f7

Please sign in to comment.