Skip to content

Commit

Permalink
wip: ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jychoi-hpc committed Feb 25, 2024
1 parent c81a9e9 commit 2a1e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
# FIXME: install
export PYTHONPATH=$PYTHONPATH:~/HydraGNN
pip list
python -m pytest -rfEP -W error -W ignore::DeprecationWarning -W ignore::UserWarning --tb=native
python -m pytest -rfEP -W error -W ignore::DeprecationWarning -W ignore::UserWarning --tb=native -x
mpirun -n 2 --oversubscribe python -m pytest -rfEP -W error -W ignore::DeprecationWarning -W ignore::UserWarning --tb=native --with-mpi

0 comments on commit 2a1e88e

Please sign in to comment.