Skip to content

Commit 23aa7a9

Browse files
fix bug
1 parent b496309 commit 23aa7a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/mac_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
activate-environment: mousearm-test
1919
python-version: "3.11"
2020
architecture: x64
21-
# We add numpy here to ensure it's locked early
22-
channels: opensim-org,conda-forge,defaults
21+
# Removing conda-forge if you don't strictly need it can speed things up
22+
channels: opensim-org,defaults
23+
# This helps with network issues
24+
conda-options: "--retries 3"
2325

2426
- name: Install opensim and compatible numpy
2527
run: |

0 commit comments

Comments
 (0)