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 00e3e41 commit fdb9af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#pip install --upgrade toil[all]
#pip install toil-cwl-runner
pip install --upgrade pip
pip install --force-reinstall 'setuptools<58.0.0'
pip install "setuptools<58.0.0"
pip install -r requirements.txt
pip install -r requirements-toil.txt
python manage.py migrate
Expand Down

0 comments on commit fdb9af8

Please sign in to comment.