8000
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 0712492 commit 2393966Copy full SHA for 2393966
.github/workflows/codeql-analysis.yml
@@ -36,10 +36,9 @@ jobs:
36
- name: Install dependencies
37
if: matrix.language != 'javascript'
38
run: |
39
- python -m pip install --upgrade pip setuptools wheel
40
- python -m pip install --upgrade \
41
- certifi contourpy cycler fonttools kiwisolver importlib_resources \
42
- numpy packaging pillow pyparsing python-dateutil setuptools-scm
+ python -m pip install --upgrade pip pip-tools setuptools wheel
+ pip-compile -o build-requirements.txt pyproject.toml
+ pip install -r build-requirements.txt
43
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
44
45
- name: Initialize CodeQL
0 commit comments