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 91b9d48 commit 19f52ecCopy full SHA for 19f52ec
.github/workflows/codeql.yml
@@ -62,10 +62,6 @@ jobs:
62
cache: 'pip'
63
python-version: '3.12'
64
65
- - name: Install dependencies
66
- run: pip install .
67
- shell: bash
68
-
69
- name: Set reusable strings
70
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
71
id: strings
@@ -85,6 +81,10 @@ jobs:
85
81
brew install llvm ninja
86
82
echo "PATH=$(brew --prefix llvm)/bin:$PATH" >> "$GITHUB_ENV"
87
83
84
+ - name: Install dependencies
+ run: pip install .
+ shell: bash
+
88
# Initializes the CodeQL tools for scanning.
89
- name: Initialize CodeQL
90
uses: github/codeql-action/init@v3
0 commit comments