mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 22:52:01 +00:00
Consistent step name "Python tests". (#3180)
This commit is contained in:
parent
6ac8efe52d
commit
61ee923bb1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -664,7 +664,7 @@ jobs:
|
|||||||
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
|
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
|
||||||
working-directory: /build-tests
|
working-directory: /build-tests
|
||||||
|
|
||||||
- name: Run tests
|
- name: Python tests
|
||||||
run: make pytest -j 2
|
run: make pytest -j 2
|
||||||
working-directory: /build-tests
|
working-directory: /build-tests
|
||||||
|
|
||||||
@ -760,7 +760,7 @@ jobs:
|
|||||||
- name: Build C++11
|
- name: Build C++11
|
||||||
run: cmake --build build -j 2
|
run: cmake --build build -j 2
|
||||||
|
|
||||||
- name: Run tests
|
- name: Python tests
|
||||||
run: cmake --build build -t pytest
|
run: cmake --build build -t pytest
|
||||||
|
|
||||||
win32-msvc2015:
|
win32-msvc2015:
|
||||||
|
Loading…
Reference in New Issue
Block a user