From ae13f19b6df7aa58799853060b0da1230fcecdc3 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Mon, 20 May 2024 20:32:41 +0200 Subject: [PATCH] install nf-test for rich-codex images --- .github/workflows/rich-codex.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rich-codex.yml b/.github/workflows/rich-codex.yml index edfb9e9d0b..ffe4359da5 100644 --- a/.github/workflows/rich-codex.yml +++ b/.github/workflows/rich-codex.yml @@ -15,6 +15,9 @@ jobs: - name: Install Nextflow uses: nf-core/setup-nextflow@561fcfc7146dcb12e3871909b635ab092a781f34 # v2 + - name: Install nf-test + uses: nf-core/setup-nf-test@v1 + - name: Install nf-core/tools run: pip install nf-core