We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594b02f commit a956047Copy full SHA for a956047
.github/workflows/libzedmd-python-pybind11-extension.yml
@@ -101,6 +101,16 @@ jobs:
101
- name: Testing PYBIND11_DIR
102
run: echo "PYBIND11_DIR=${{ env.PYBIND11_DIR }}"
103
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
+
114
- name: Build libzedmd-python-python-extension
115
working-directory: build/
116
run: |
@@ -131,6 +141,7 @@ jobs:
131
141
echo '-----------------------------------'
132
142
ls -R ../extern/libzedmd/build
133
143
144
134
145
- name: Prepare artifacts
135
146
id: artifacts
136
147
0 commit comments