Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Pankey committed May 3, 2023
1 parent 17c5873 commit 3c0ba40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c0ba40

Please sign in to comment.