Skip to content

Commit

Permalink
Add steps to extract the archive
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Apr 7, 2024
1 parent dd0b735 commit 22edb74
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,19 @@ jobs:
with:
brew: bowtie2 bcftools bedtools raxml-ng
apt: bowtie2 bcftools bedtools
- name: Fetch GitHub Release Assets
uses: amkozlov/raxml-ng@master
- name: Fetch GitHub Release Assets
uses: amkozlov/raxml-ng@master
with:
repo: 'amkozlov/raxml-ng'
version: 'tags/1.2.1'
file: 'raxml-ng_v1.2.1_linux_x86_64.zip'
token: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'ubuntu-22.04'
- name: Extract zip
run: unzip raxml-ng_v1.2.1_linux_x86_64 -d /usr/local/bin
run: unzip raxml-ng_v1.2.1_linux_x86_64.zip -d /usr/local/bin
if: matrix.os == 'ubuntu-22.04'
- name: Install Python
uses: actions/setup-python@v4
# see details (matrix, python-version, python-version-file, etc.)
# https://github.com/actions/setup-python
- name: Install poetry
uses: abatilo/actions-poetry@v2
- name: Install the project dependencies
Expand All @@ -40,4 +38,4 @@ jobs:
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: metagenopolis/meteor
slug: metagenopolis/meteor

0 comments on commit 22edb74

Please sign in to comment.