File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 94
94
from_docker_target : " with-targets"
95
95
from_docker_tag : " dev"
96
96
docker_targets : " with-targets"
97
- targets : " ${{needs.changed_files.outputs.build_targets}} ci-build-with-fallback doc-html ptest-nodoc"
97
+ targets : " ${{needs.changed_files.outputs.build_targets}} ci-build-with-fallback ptest-nodoc"
98
98
tox_system_factors : >-
99
99
["ubuntu-focal",
100
100
"ubuntu-jammy",
Original file line number Diff line number Diff line change 25
25
26
26
env :
27
27
TARGETS_PRE : all-sage-local
28
- TARGETS : build doc-html
28
+ TARGETS : build
29
29
TARGETS_OPTIONAL : ptest
30
30
31
31
permissions :
41
41
docker_targets : " with-system-packages configured with-targets-pre with-targets with-targets-optional"
42
42
# FIXME: duplicated from env.TARGETS
43
43
targets_pre : all-sage-local
44
- targets : build doc-html
44
+ targets : build
45
45
targets_optional : ptest
46
46
tox_system_factors : >-
47
47
["ubuntu-jammy"]
56
56
# Build from scratch
57
57
docker_targets : " with-system-packages configured with-targets-pre with-targets with-targets-optional"
58
58
targets_pre : all-sage-local
59
- targets : build doc-html
59
+ targets : build
60
60
targets_optional : ptest
61
61
tox_packages_factors : >-
62
62
["standard"]
Original file line number Diff line number Diff line change 30
30
31
31
env :
32
32
TARGETS_PRE : all-sage-local
33
- TARGETS : build doc-html
33
+ TARGETS : build
34
34
TARGETS_OPTIONAL : ptest
35
35
36
36
jobs :
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
case "${{ inputs.stage }}" in
121
121
1) export TARGETS_PRE="all-sage-local" TARGETS="all-sage-local" TARGETS_OPTIONAL="build/make/Makefile"
122
122
;;
123
- 2) export TARGETS_PRE="all-sage-local" TARGETS="build doc-html " TARGETS_OPTIONAL="ptest"
123
+ 2) export TARGETS_PRE="all-sage-local" TARGETS="build" TARGETS_OPTIONAL="ptest"
124
124
;;
125
125
2-optional*) export TARGETS_PRE="build/make/Makefile" TARGETS="build/make/Makefile"
126
126
targets_pattern="${{ inputs.stage }}"
You can’t perform that action at this time.
0 commit comments