Skip to content

Commit

Permalink
Updates to the smoke CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Dec 11, 2023
1 parent ae14a24 commit 30ff1df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
poetry install
- name: Install bcftools
run: |
apt-get update
apt-get install -y bcftools
sudo apt-get update
sudo apt-get install -y bcftools
- name: Install bedtools
run: |
curl -L -o /usr/local/bin/bedtools "https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.static"
chmod ugo+x /usr/local/bin/bedtools
sudo curl -L -o /usr/local/bin/bedtools "https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.static"
sudo chmod ugo+x /usr/local/bin/bedtools
- name: Install sentieon
run: |
curl -L https://s3.amazonaws.com/sentieon-release/software/sentieon-genomics-$SENTIEON_VERSION.tar.gz | tar -zxf -
Expand Down

0 comments on commit 30ff1df

Please sign in to comment.