remove make pylib-copy command (#249)

Fix #216
Remove `make pylib-copy`
This commit is contained in:
Binyang Li
2024-01-19 12:29:15 -08:00
committed by GitHub
parent 1178a9ee47
commit 422c81f0f8
4 changed files with 4 additions and 8 deletions

View File

@@ -49,5 +49,4 @@ jobs:
- name: PyTests
run: |
set -e
cd build && make pylib-copy
mpirun --allow-run-as-root -tag-output -np 8 $(which pytest) ../python/test/test_mscclpp.py -x
mpirun --allow-run-as-root -tag-output -np 8 $(which pytest) ./python/test/test_mscclpp.py -x