Skip to content

Commit

Permalink
install numpy separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Feb 21, 2024
1 parent 4c40f65 commit 1fdbc63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2

- name: Install numpy
run: conda install -y numpy

- name: Install dependencies
run: conda install -c defaults -c conda-forge -c bioconda -y -n base --debug -c bioconda trimmomatic flash numpy cython jinja2 tbb=2020.2 pyparsing=2.3.1 scipy matplotlib pandas plotly

Expand Down

0 comments on commit 1fdbc63

Please sign in to comment.