File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 python-version : ["3.10", "3.11", "3.12"]
1717 platform :
1818 - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
19+ - { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
20+ exclude :
21+ # Exclude all but the latest Python from all
22+ # but Linux
23+ - platform :
24+ { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
25+ python-version : " 3.12" # MacOS can't run 3.12 yet... We want 3.10 and 3.11
1926 environment :
2027 name : loch-build
2128 defaults :
Original file line number Diff line number Diff line change 1919 python-version : ["3.10", "3.11", "3.12"]
2020 platform :
2121 - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
22+ - { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
2223 environment :
2324 name : loch-build
2425 defaults :
Original file line number Diff line number Diff line change 1515 python-version : ["3.10", "3.11", "3.12"]
1616 platform :
1717 - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
18+ - { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
19+ exclude :
20+ # Exclude all but the latest Python from all
21+ # but Linux
22+ - platform :
23+ { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
24+ python-version : " 3.10"
25+ - platform :
26+ { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
27+ python-version : " 3.12" # MacOS can't run 3.12 yet...
1828 environment :
1929 name : loch-build
2030 defaults :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ requirements:
1717 - biosimspace
1818 - loguru
1919 - pip
20- - pycuda # [not macos ]
20+ - pycuda # [not osx ]
2121 - pyopencl
2222 - python
2323 - setuptools
@@ -26,7 +26,7 @@ requirements:
2626 run :
2727 - biosimspace
2828 - loguru
29- - pycuda # [not macos ]
29+ - pycuda # [not osx ]
3030 - python
3131 - sire
3232
You can’t perform that action at this time.
0 commit comments