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 2c81da4 commit 073f8c9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
#python -m pip install --upgrade pip
#pip install -r requirements.txt
#pip install toil
pip install cwl-utils
#pip install cwl-utils
#pip install cwltool
pip install --upgrade toil[all]
#pip install --upgrade toil[all]
#pip install toil-cwl-runner
pip install --force-reinstall 'setuptools<58.0.0'
pip install -r requirements.txt
pip install -r requirements-toil.txt
python manage.py migrate
- name: Run migrations
run: python manage.py migrate
Expand Down

0 comments on commit 073f8c9

Please sign in to comment.