From 3c0ba40e687d9be550f72b65b39d9cb5940694ac Mon Sep 17 00:00:00 2001 From: D-Pankey <30415217+D-Pankey@users.noreply.github.com> Date: Wed, 3 May 2023 16:08:47 -0400 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 30a90c3e..83b66a1a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -32,12 +32,12 @@ jobs: run: | python -m pip install --upgrade pip #pip install "setuptools<58.0.0" - #pip install toil + pip install toil pip install --force-reinstall 'setuptools<58.0.0' - #pip3 install cwl-utils - #pip install toil-cwl-runner - #pip install cwltool - #pip install cwltest + pip3 install cwl-utils + pip install toil-cwl-runner + pip install cwltool + pip install cwltest pip install -r requirements.txt pip install -r requirements-toil.txt