From f7e2d17facbcf343bdee0a9831fc2f87bcd2de9c Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Sat, 19 Oct 2024 11:26:24 +0100 Subject: [PATCH] remove empty versions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e961c692..1a169c10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,18 +42,18 @@ jobs: exec_profile: ["docker"] exclude: - test_profile: test_dia - exec_profile: conda + exec_profile: "conda" - test_profile: test_localize - exec_profile: conda + exec_profile: "conda" - NXF_VER: "latest-everything" exec_profile: "conda" include: - test_profile: test_latest_dia - exec_profile: singularity + exec_profile: "singularity" - test_profile: test_lfq - exec_profile: conda + exec_profile: "conda" - test_profile: test_dda_id - exec_profile: conda + exec_profile: "conda" steps: - name: Check out pipeline code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4