mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
remove make pylib-copy command (#249)
Fix #216 Remove `make pylib-copy`
This commit is contained in:
3
.github/workflows/ut-backup.yml
vendored
3
.github/workflows/ut-backup.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user