Skip to content

Commit

Permalink
full test
Browse files Browse the repository at this point in the history
  • Loading branch information
jychoi-hpc committed Feb 29, 2024
1 parent f11dd33 commit 62abf43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9"]

steps:
- name: Setup Python
Expand All @@ -39,7 +39,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
# python -m pip install torch==2.0.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install --upgrade -r requirements.txt -r requirements-dev.txt
python -m pip install --upgrade -r requirements-torch.txt
python -m pip install --upgrade -r requirements-pyg.txt
Expand All @@ -52,5 +51,5 @@ jobs:
# FIXME: install
export PYTHONPATH=$PYTHONPATH:~/HydraGNN
pip list
mpirun -n 2 --oversubscribe python -m pytest -rfEP -W ignore::DeprecationWarning -W ignore::UserWarning --tb=native --with-mpi -x -s
# python -m pytest -rfEP -W ignore::DeprecationWarning -W ignore::UserWarning --tb=native -x -s
python -m pytest -rfEP -W ignore::DeprecationWarning -W ignore::UserWarning --tb=native
mpirun -n 2 --oversubscribe python -m pytest -rfEP -W ignore::DeprecationWarning -W ignore::UserWarning --tb=native --with-mpi

0 comments on commit 62abf43

Please sign in to comment.