Skip to content

Commit

Permalink
Update test.yml (#180)
Browse files Browse the repository at this point in the history
Former-commit-id: 44d6e59
  • Loading branch information
jpata authored Mar 16, 2023
1 parent 12020c4 commit cad6997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: '3.8.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip3 install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.13.0+cpu.html

tf-clic-pipeline:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
python-version: '3.8.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip3 install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
- run: ./scripts/local_test_pyg_cms.sh

Expand All @@ -91,7 +91,7 @@ jobs:
python-version: '3.8.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip3 install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
- run: ./scripts/local_test_pyg_delphes.sh

Expand All @@ -105,7 +105,7 @@ jobs:
python-version: '3.8.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip3 install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
- run: ./scripts/local_test_pyg_clic.sh

Expand All @@ -119,6 +119,6 @@ jobs:
python-version: '3.8.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip3 install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- run: pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
- run: ./scripts/local_test_pyg_ssl.sh

0 comments on commit cad6997

Please sign in to comment.