From 2c81da489a68c3f585855a9463616ebe845acb17 Mon Sep 17 00:00:00 2001 From: D-Pankey <30415217+D-Pankey@users.noreply.github.com> Date: Wed, 3 May 2023 17:05:59 -0400 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 521eb086..181fe29e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -17,9 +17,10 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install toil + #pip install toil pip install cwl-utils - pip install cwltool + #pip install cwltool + pip install --upgrade toil[all]