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 fdb9af8 commit cb95e9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
#pip install cwltool
#pip install --upgrade toil[all]
#pip install toil-cwl-runner
pip install --upgrade pip
#pip install --upgrade pip
pip install "setuptools<58.0.0"
pip install django-celery
pip install -r requirements.txt
pip install -r requirements-toil.txt
python manage.py migrate
Expand Down

0 comments on commit cb95e9e

Please sign in to comment.