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 daeb266 commit 310ccf1Copy full SHA for 310ccf1
.github/workflows/test-and-publish.yaml
@@ -166,7 +166,7 @@ jobs:
166
poetry install --no-root --only=dev
167
echo "Installed Dependencies"
168
- name: Build Docs # only build docs once
169
- if: ${{ (matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-24.04') && matrix.python_version == '3.11' }}
+ if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
170
run: |
171
sudo apt-get install -y graphviz
172
# We need Doxygen 1.9 series
0 commit comments