File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,18 @@ jobs:
1717 with :
1818 activate-environment : mousearm-test
1919 python-version : " 3.11"
20- architecture : x64
21- channels : opensim-org,conda-forge,defaults
22- channel-priority : true
20+ architecture : x64
2321
24- - name : Step 2: Install opensim
22+ - name : Install opensim
2523 run : |
26- conda install opensim -y
27- # Verify installation immediately
28- python -c "import opensim; print(opensim.__version__)"
24+ conda install -c opensim-org opensim -y
2925
30- - name : Step 3: Install library with uv
26+ - name : Install library with uv
3127 run : |
3228 pip install uv
3329 uv pip install .
3430
35- - name : Step 4: Run Demo
31+ - name : Run Demo
3632 run : |
37- cd $(find . -type d -name " Demo" | head -n 1)
33+ cd mousearm/mousearm/ Demo
3834 python Demo.py
You can’t perform that action at this time.
0 commit comments