Skip to content

Commit

Permalink
ci: install from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 19, 2023
1 parent c4212df commit c44c96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install Python dependencies
run: python -m pip install --upgrade pip pytest-workflow cryptography
run: python -m pip install --upgrade pip -r tests/requirements.txt

- name: Setup Nextflow ${{ matrix.NXF_VER }}
uses: nf-core/setup-nextflow@v1
Expand Down

0 comments on commit c44c96f

Please sign in to comment.