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 7e1f006 commit f75b5edCopy full SHA for f75b5ed
.github/workflows/codeql.yml
@@ -60,7 +60,8 @@ jobs:
60
&& rm -rf /var/lib/apt/lists/* \
61
&& python3 -m pip install sphinx-rtd-theme sphinx breathe recommonmark graphviz \
62
&& python3 -m pip install numpy==2.0.1 patchelf==0.17.2.1 \
63
- && python3 -m pip install cuda-python==12.2.0
+ && python3 -m pip install cuda-python==12.2.0 \
64
+ && python3 -m pip install -U sphinx breathe
65
66
- name: Initialize CodeQL
67
uses: github/codeql-action/init@v3
0 commit comments