Skip to content

Commit 310ccf1

Browse files
Update .github/workflows/test-and-publish.yaml
Co-authored-by: Caleb Aikens <[email protected]>
1 parent daeb266 commit 310ccf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
poetry install --no-root --only=dev
167167
echo "Installed Dependencies"
168168
- name: Build Docs # only build docs once
169-
if: ${{ (matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-24.04') && matrix.python_version == '3.11' }}
169+
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
170170
run: |
171171
sudo apt-get install -y graphviz
172172
# We need Doxygen 1.9 series

0 commit comments

Comments
 (0)