File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 29
29
- uses : maxim-lobanov/setup-xcode@v1
30
30
with :
31
31
xcode-version : latest-stable
32
- - uses : conda-incubator /setup-miniconda@v3
32
+ - uses : actions /setup-python@v5
33
33
with :
34
- activate-environment : oe-python-plugin
35
- python-version : " 3.10"
36
- auto-activate-base : false
34
+ python-version : ' 3.10'
37
35
- name : setup
38
36
run : |
39
37
cd ../..
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ endforeach()
99
99
option (COPY_PYTHON_DL "Creates a directory and copies the python dynamic library for packaging" OFF )
100
100
101
101
# Find and link python and pybind11
102
- find_package (Python 3.8 COMPONENTS Interpreter Development REQUIRED )
102
+ find_package (Python 3.10 COMPONENTS Interpreter Development REQUIRED )
103
103
add_subdirectory (extern/pybind11 )
104
104
target_link_libraries (${PLUGIN_NAME} PRIVATE pybind11::embed )
105
105
You can’t perform that action at this time.
0 commit comments