From 44cd245556e87d55181eca475793d840a3882987 Mon Sep 17 00:00:00 2001 From: D-Pankey <30415217+D-Pankey@users.noreply.github.com> Date: Wed, 3 May 2023 17:45:38 -0400 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d2545095..315ce9b8 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -22,9 +22,7 @@ jobs: #pip install cwltool #pip install --upgrade toil[all] #pip install toil-cwl-runner - pip install --upgrade pip - pip install "setuptools<58.0.0" - pip install django-celery + pip install --upgrade pip setuptools==57.5.0 pip install -r requirements.txt pip install -r requirements-toil.txt python manage.py migrate