Skip to content

Commit 29f4940

Browse files
authored
Fix copy-paste oversight (#4118)
1 parent ba5ccd8 commit 29f4940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: cmake --build build3 --target pytest
105105

106106
- name: Interface test
107-
run: cmake --build build2 --target test_cmake_build
107+
run: cmake --build build3 --target test_cmake_build
108108

109109
# This makes sure the setup_helpers module can build packages using
110110
# setuptools

0 commit comments

Comments
 (0)