a | b/.github/test_deploy.sh | ||
---|---|---|---|
1 | conda create --name test_myosuite python=3.7.1 -y |
||
2 | conda activate test_myosuite |
||
3 | pip install myosuite |
||
4 | python3 -c "import myosuite" |
||
5 | python3 myosuite/tests/test_myo.py |
||
6 | conda deactivate |
||
7 | conda remove --name test_myosuite --all -y |