Skip to content

Commit 50eb68b

Browse files
fix bug
1 parent c0dbfa3 commit 50eb68b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/mac_test.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)