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 4, 2023
1 parent e277b10 commit ff74b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
#python -m pip install --upgrade pip
Expand All @@ -35,7 +35,7 @@ jobs:
#pip install cwltool
#pip install --upgrade toil[all]
#pip install toil-cwl-runner
#pip install --upgrade pip
pip install --upgrade pip
#pip install pip==19.3.1
pip install --force-reinstall 'setuptools<58.0.0'
pip install -r requirements.txt
Expand Down

0 comments on commit ff74b39

Please sign in to comment.