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 a3713f7 commit b8dd71aCopy full SHA for b8dd71a
.github/workflows/build_docs.yaml
@@ -15,14 +15,17 @@ permissions:
15
jobs:
16
# Build the documentation and upload the static HTML files as an artifact.
17
build:
18
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.platform }}
19
+ strategy:
20
+ matrix:
21
+ platform: [ubuntu-latest]
22
+ python: ["3.10"]
23
+ backend: [pyqt5`]
24
+
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v2
28
- - name: Install Qt
- uses: jurplel/install-qt-action@v3
-
29
- name: Setup miniconda
30
uses: conda-incubator/setup-miniconda@v2
31
with:
0 commit comments