Skip to content

Commit

Permalink
Fix install on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Mar 4, 2024
1 parent 2258b7a commit e0d41b7
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 @@ -11,13 +11,13 @@ jobs:
include:
- python-version: 3.12
allow-failure: true
poetry-version: ["1.2.2", "1.7.1"]
os: [ubuntu-22.04, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install -y bowtie2 bcftools
- uses: ConorMacBride/install-package@v1
with:
brew: bowtie2 bcftools
apt: bowtie2 bcftools
- name: Install Python
uses: actions/setup-python@v4
# see details (matrix, python-version, python-version-file, etc.)
Expand Down

0 comments on commit e0d41b7

Please sign in to comment.