File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 47
47
- ' *'
48
48
workflow_dispatch :
49
49
# Allow to run manually
50
+ inputs :
51
+ macaulay2_targets :
52
+ description : ' Targets to build before M2-core, e.g., build-normaliz'
53
+ required : false
50
54
51
55
concurrency :
52
56
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
89
93
uses : passagemath/passagemath/.github/workflows/docker.yml@main
90
94
with :
91
95
extra_sage_packages : gdbm git libxml2 gfortran cmake python3 openblas zlib readline sqlite libpng bzip2 liblzma libffi openssl
92
- targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
96
+ targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" SAGE_MACAULAY2_TARGETS="${{ github.event.inputs.macaulay2_targets }}" macaulay2
93
97
# Standard setting: Test the current HEAD of passagemath:
94
98
sage_repo : passagemath/passagemath
95
99
sage_ref : main
@@ -103,7 +107,7 @@ jobs:
103
107
uses : passagemath/passagemath/.github/workflows/macos.yml@main
104
108
with :
105
109
extra_sage_packages : gdbm git libxml2 gfortran cmake python3 openblas zlib readline sqlite libpng bzip2 liblzma libffi openssl
106
- targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
110
+ targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" SAGE_MACAULAY2_TARGETS="${{ github.event.inputs.macaulay2_targets }}" macaulay2
107
111
# Standard setting: Test the current HEAD of passagemath:
108
112
sage_repo : passagemath/passagemath
109
113
sage_ref : main
You can’t perform that action at this time.
0 commit comments