From fef0822b990643ddb68532ff2fb428a646104160 Mon Sep 17 00:00:00 2001 From: mashehu Date: Thu, 27 Apr 2023 17:33:00 +0200 Subject: [PATCH] use the dev version of tools for the rich-codex images --- .github/workflows/rich-codex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rich-codex.yml b/.github/workflows/rich-codex.yml index 65bc1dd9cc..54aaf240df 100644 --- a/.github/workflows/rich-codex.yml +++ b/.github/workflows/rich-codex.yml @@ -18,7 +18,7 @@ jobs: uses: nf-core/setup-nextflow@v1 - name: Install nf-core/tools - run: pip install . + run: pip install git+https://github.com/nf-core/tools.git@dev - name: Generate terminal images with rich-codex uses: ewels/rich-codex@v1