Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcf714 commit 5360353Copy full SHA for 5360353
1 file changed
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,8 @@ jobs:
42
# https://github.com/jazzband/pip-tools/pull/1681
43
python -m pip install --upgrade \
44
certifi contourpy cycler fonttools kiwisolver importlib_resources \
45
- numpy packaging pillow pyparsing python-dateutil setuptools-scm
+ numpy packaging pillow pyparsing python-dateutil setuptools-scm \
46
+ pybind11
47
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
48
49
- name: Initialize CodeQL
0 commit comments