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 74a4c19 commit d75e5fdCopy full SHA for d75e5fd
.github/workflows/build-test.yml
@@ -287,7 +287,8 @@ jobs:
287
288
- name: Remove Duplicate Declaration Warnings
289
run: |
290
- sed -i "6559d" /opt/hostedtoolcache/Python/3.8.6/x64/lib/python3.8/site-packages/sphinx/domains/cpp.py
+ SITE_PACKAGES_DIR=$(python3 "-c" "from distutils import sysconfig; print(sysconfig.get_python_lib())")
291
+ sed -i "6559d" ${SITE_PACKAGES_DIR}/sphinx/domains/cpp.py
292
293
- name: Download ITK
294
0 commit comments