Skip to content

Commit

Permalink
install awscli
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed Dec 17, 2024
1 parent 2fab7a5 commit 98eb9df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_cell-type-consensus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
container: public.ecr.aws/openscpca/cell-type-consensus:latest

steps:
- name: Install aws-cli
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
./aws/install
- name: Checkout repo
uses: actions/checkout@v4

Expand Down

0 comments on commit 98eb9df

Please sign in to comment.