Skip to content

Commit b8dd71a

Browse files
Try to fix doc build
1 parent a3713f7 commit b8dd71a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build_docs.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ permissions:
1515
jobs:
1616
# Build the documentation and upload the static HTML files as an artifact.
1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: ${{ matrix.platform }}
19+
strategy:
20+
matrix:
21+
platform: [ubuntu-latest]
22+
python: ["3.10"]
23+
backend: [pyqt5`]
24+
1925
steps:
2026
- name: Checkout
2127
uses: actions/checkout@v2
2228

23-
- name: Install Qt
24-
uses: jurplel/install-qt-action@v3
25-
2629
- name: Setup miniconda
2730
uses: conda-incubator/setup-miniconda@v2
2831
with:

0 commit comments

Comments
 (0)