Skip to content

Commit

Permalink
updated error in listing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Nov 20, 2024
1 parent ebe0acd commit e873c20
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,25 @@ jobs:
with:
version: '24.10.1'

- name: Cache Conda env
uses: actions/cache@v3
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.NFT_VER }}-${{ hashFiles('**/conda_pkgs_dir') }}

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
use-mamba: true
channels: conda-forge,bioconda,defaults
python-version: 3.11

- name: Install nf-test
run: |
conda install -c conda-forge -c bioconda nf-test=${{ env.NFT_VER }}
nf-test --version
- name: Cache nf-test
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e873c20

Please sign in to comment.