Skip to content

Commit

Permalink
Update Failing GaNDLF Test (#906)
Browse files Browse the repository at this point in the history
* Updates GaNDLF prerequisite packages

Signed-off-by: manuelhsantana <[email protected]>
  • Loading branch information
psfoley authored and manuelhsantana committed Jul 9, 2024
1 parent f5793c5 commit 01a9430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fets-challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install torch==1.13.1+cpu torchvision==0.14.1+cpu torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
pip install torch==2.1.0+cpu torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
pip install .
- name: Setup FeTS Challenge Prerequisites
uses: actions/checkout@master
Expand Down

0 comments on commit 01a9430

Please sign in to comment.