Skip to content

Commit a956047

Browse files
committed
add prerequisites
1 parent 594b02f commit a956047

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/libzedmd-python-pybind11-extension.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ jobs:
101101
- name: Testing PYBIND11_DIR
102102
run: echo "PYBIND11_DIR=${{ env.PYBIND11_DIR }}"
103103

104+
- name: Install prerequisites
105+
run: |
106+
python -m ensurepip --upgrade
107+
pip install pybind11
108+
python --version
109+
pip --version
110+
python -c "import pybind11; print(pybind11.__version__)"
111+
cl
112+
cmake --version
113+
104114
- name: Build libzedmd-python-python-extension
105115
working-directory: build/
106116
run: |
@@ -131,6 +141,7 @@ jobs:
131141
echo '-----------------------------------'
132142
ls -R ../extern/libzedmd/build
133143
144+
134145
- name: Prepare artifacts
135146
id: artifacts
136147
run: |

0 commit comments

Comments
 (0)