Skip to content

Commit 19f52ec

Browse files
committed
Fix CodeQL.
1 parent 91b9d48 commit 19f52ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ jobs:
6262
cache: 'pip'
6363
python-version: '3.12'
6464

65-
- name: Install dependencies
66-
run: pip install .
67-
shell: bash
68-
6965
- name: Set reusable strings
7066
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
7167
id: strings
@@ -85,6 +81,10 @@ jobs:
8581
brew install llvm ninja
8682
echo "PATH=$(brew --prefix llvm)/bin:$PATH" >> "$GITHUB_ENV"
8783
84+
- name: Install dependencies
85+
run: pip install .
86+
shell: bash
87+
8888
# Initializes the CodeQL tools for scanning.
8989
- name: Initialize CodeQL
9090
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)