We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b496309 commit 23aa7a9Copy full SHA for 23aa7a9
.github/workflows/mac_test.yml
@@ -18,8 +18,10 @@ jobs:
18
activate-environment: mousearm-test
19
python-version: "3.11"
20
architecture: x64
21
- # We add numpy here to ensure it's locked early
22
- channels: opensim-org,conda-forge,defaults
+ # Removing conda-forge if you don't strictly need it can speed things up
+ channels: opensim-org,defaults
23
+ # This helps with network issues
24
+ conda-options: "--retries 3"
25
26
- name: Install opensim and compatible numpy
27
run: |
0 commit comments