Skip to content

Commit f75b5ed

Browse files
Update codeql.yml (#204)
Signed-off-by: Miles Price <[email protected]>
1 parent 7e1f006 commit f75b5ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
&& rm -rf /var/lib/apt/lists/* \
6161
&& python3 -m pip install sphinx-rtd-theme sphinx breathe recommonmark graphviz \
6262
&& python3 -m pip install numpy==2.0.1 patchelf==0.17.2.1 \
63-
&& python3 -m pip install cuda-python==12.2.0
63+
&& python3 -m pip install cuda-python==12.2.0 \
64+
&& python3 -m pip install -U sphinx breathe
6465
6566
- name: Initialize CodeQL
6667
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)