Skip to content

Commit

Permalink
Install bcftools with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Mar 4, 2024
1 parent 4c77b13 commit 2258b7a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,13 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install numpy scipy cython
sudo apt install bowtie2
sudo apt-get install -y bowtie2 bcftools
- 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
- uses: actions/cache@v3
name: Define a cache for the virtual environment based on the dependencies lock file
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install --only test -C meteor
- name: Run the automated tests (for example)
Expand Down

0 comments on commit 2258b7a

Please sign in to comment.