Skip to content

Commit

Permalink
fix: install singularity on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Sep 18, 2023
1 parent 6c91f92 commit c5874ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
cache: "pip"
- name: Install nextflow
uses: nf-core/setup-nextflow@v1
- name: Install dependencies
- uses: eWaterCycle/setup-singularity@v7
- name: Install champagne
run: |
python -m pip install --upgrade pip setuptools
pip install .[dev,test]
Expand Down

0 comments on commit c5874ce

Please sign in to comment.