Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Feb 21, 2024
1 parent 1f3f844 commit 7a0f89a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install CRISPResso
run: |
pip install .
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install trimmomatic flash numpy cython jinja2 tbb=2020.2 pyparsing=2.3.1 scipy matplotlib plotly pandas
pip install pytest pytest-cov
pip install .
- name: Run Pytest
run: |
Expand Down

0 comments on commit 7a0f89a

Please sign in to comment.