Skip to content

Commit a7514d4

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-linux-incremental.yml: After uninstalling packages, run 'make reconfigure'
1 parent 0464b14 commit a7514d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux-incremental.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
from_docker_target: "with-targets"
8484
from_docker_tag: "dev"
8585
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"
8787
tox_system_factors: >-
8888
["ubuntu-focal",
8989
"ubuntu-jammy",
@@ -119,7 +119,7 @@ jobs:
119119
from_docker_target: "with-targets"
120120
from_docker_tag: "dev"
121121
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"
123123
# Only test systems with a usable system python (>= 3.9)
124124
# with only a small number of test failures as of 10.2.rc0
125125
tox_system_factors: >-

0 commit comments

Comments
 (0)