We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c4184 commit 3cf49f1Copy full SHA for 3cf49f1
1 file changed
.github/workflows/codeql_unit_tests.yml
@@ -47,6 +47,9 @@ jobs:
47
uses: actions/setup-python@v4
48
with:
49
python-version: "3.9"
50
+
51
+ - name: Install Python dependencies
52
+ run: pip install -r scripts/requirements.txt
53
54
- name: Cache CodeQL
55
id: cache-codeql
0 commit comments