mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 17:26:04 +00:00
9 lines
66 B
Bash
Executable File
9 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
pip install -e .
|
|
|
|
cd src
|
|
pytest -vs mscclpp
|