We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff81aeb commit 7d04027Copy full SHA for 7d04027
.github/workflows/install_dependencies.sh
@@ -86,7 +86,7 @@ if (( IS_UBUNTU_20_04 && IS_PYTHON_3_10 )); then
86
fi
87
88
89
-if [[ "${BUILD_DOCU}x" != "x" ]; then
+if [[ "${BUILD_DOCU}x" != "x" ]]; then
90
sudo apt-get install doxygen graphviz lcov
91
sudo pip3 install --upgrade six>=1.11.0
92
sudo pip3 install Markdown==3.2.1
0 commit comments