Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-sousa authored Jan 26, 2023
1 parent a83fead commit 42664a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: |
#$CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
conda config --add channels bioconda
- name: Setup Conda for Windows
if: matrix.os == 'windows-latest'
Expand All @@ -46,13 +45,17 @@ jobs:
python-version: ${{ matrix.python-version }}
conda-channels: anaconda, conda-forge, bioconda

- name: Install dependencies
- name: Install conda dependencies
run: |
python -m pip install --upgrade pip
conda config --add channels bioconda
conda install blast
conda install bedtools
conda install bowtie
conda install bowtie2
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -e .
Expand Down

0 comments on commit 42664a8

Please sign in to comment.