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 a799bde commit 036f9a9Copy full SHA for 036f9a9
.github/workflows/test_pyodide.yml
@@ -2,6 +2,12 @@ name: Build Pyodide wheel
2
3
on:
4
workflow_dispatch:
5
+
6
+ inputs:
7
+ PYMUPDF_SETUP_MUPDF_BUILD:
8
+ description: 'Value for PYMUPDF_SETUP_MUPDF_BUILD, e.g.: git:--branch master https://github.com/ArtifexSoftware/mupdf.git'
9
+ type: string
10
11
schedule:
12
- cron: '13 5 * * *'
13
@@ -32,7 +38,7 @@ jobs:
32
38
- name: build_pyodide_wheel
33
39
env:
34
40
inputs_sdist: 0
35
- inputs_PYMUPDF_SETUP_MUPDF_BUILD: "git:--recursive --depth 1 --shallow-submodules --branch master https://github.com/ArtifexSoftware/mupdf.git"
41
+ inputs_PYMUPDF_SETUP_MUPDF_BUILD: ${{inputs.PYMUPDF_SETUP_MUPDF_BUILD}}
36
42
inputs_wheels_default: 0
37
43
inputs_wheels_linux_pyodide: 1
44
inputs_wheels_implementations: b
0 commit comments