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.
2 parents f15070e + 81f14ba commit 8af4495Copy full SHA for 8af4495
.github/workflows/codeql.yml
@@ -29,7 +29,9 @@ jobs:
29
languages: cpp, python
30
31
- name: Install pip packages
32
- run: pip install -r third_party/requirements.txt
+ run: |
33
+ pip install -r third_party/requirements.txt
34
+ pip install -r third_party/requirements_testing.txt
35
36
- name: Install apt packages
37
run: |
@@ -64,7 +66,9 @@ jobs:
64
66
65
67
68
- run: python3 -m pip install -r third_party/requirements.txt
69
70
+ python3 -m pip install -r third_party/requirements.txt
71
+ python3 -m pip install -r third_party/requirements_testing.txt
72
73
- name: Install hwloc
74
run: vcpkg install hwloc:x64-windows
0 commit comments