Skip to content

Commit

Permalink
Fix copy-paste oversight (pybind#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve authored Aug 5, 2022
1 parent ba5ccd8 commit 29f4940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: cmake --build build3 --target pytest

- name: Interface test
run: cmake --build build2 --target test_cmake_build
run: cmake --build build3 --target test_cmake_build

# This makes sure the setup_helpers module can build packages using
# setuptools
Expand Down

0 comments on commit 29f4940

Please sign in to comment.