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 f6d82ff commit 17c5873
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "setuptools<58.0.0"
pip install toil
pip3 install cwl-utils
pip install toil-cwl-runner
pip install cwltool
pip install cwltest
#pip install "setuptools<58.0.0"
#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
pip install -r requirements.txt
pip install -r requirements-toil.txt
- name: Run migrations
run: python manage.py migrate
- name: Run tests
run: python manage.py test
#uses: py-actions/flake8@v2
Expand Down

0 comments on commit 17c5873

Please sign in to comment.