File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
from_docker_target : " with-targets"
84
84
from_docker_tag : " dev"
85
85
docker_targets : " with-targets"
86
- targets : " ${{needs.changed_files.outputs.uninstall_targets}} ${{needs.changed_files.outputs.build_targets}} build doc-html ptest"
86
+ targets : " ${{needs.changed_files.outputs.uninstall_targets}} reconfigure ${{needs.changed_files.outputs.build_targets}} build doc-html ptest"
87
87
tox_system_factors : >-
88
88
["ubuntu-focal",
89
89
"ubuntu-jammy",
@@ -119,7 +119,7 @@ jobs:
119
119
from_docker_target : " with-targets"
120
120
from_docker_tag : " dev"
121
121
docker_targets : " with-targets"
122
- targets : " ${{needs.changed_files.outputs.uninstall_targets}} ${{needs.changed_files.outputs.build_targets}} build doc-html ptest"
122
+ targets : " ${{needs.changed_files.outputs.uninstall_targets}} reconfigure ${{needs.changed_files.outputs.build_targets}} build doc-html ptest"
123
123
# Only test systems with a usable system python (>= 3.9)
124
124
# with only a small number of test failures as of 10.2.rc0
125
125
tox_system_factors : >-
You can’t perform that action at this time.
0 commit comments