Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5360353

Browse filesBrowse files
committed
Preinstall pybind11 in CodeQL action
1 parent fbcf714 commit 5360353
Copy full SHA for 5360353

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎.github/workflows/codeql-analysis.yml

Copy file name to clipboardExpand all lines: .github/workflows/codeql-analysis.yml
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.