Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5360353

Browse files
committed
Preinstall pybind11 in CodeQL action
1 parent fbcf714 commit 5360353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
# https://github.com/jazzband/pip-tools/pull/1681
4343
python -m pip install --upgrade \
4444
certifi contourpy cycler fonttools kiwisolver importlib_resources \
45-
numpy packaging pillow pyparsing python-dateutil setuptools-scm
45+
numpy packaging pillow pyparsing python-dateutil setuptools-scm \
46+
pybind11
4647
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
4748
4849
- name: Initialize CodeQL

0 commit comments

Comments
 (0)