mctools / dgcode

DGCode: the coding framework of the ESS Detector Group. For more information, refer to https://confluence.esss.lu.se/display/DGCODE/CodingFramework
Other
2 stars 1 forks source link

Set specific python version for macos runners #21

Closed MilanKlausz closed 1 year ago

MilanKlausz commented 1 year ago

As opposed to ubuntu runners, where we select a specific python version, we use the default python version for macos runners because the setup-python action didn’t seem to work for us (although there were several similar issues reported by other users as well). Now that we have a new method of locating Python (find_package (Python3 COMPONENTS Interpreter Development) a3836b3), we should give another try.