Consistent step name "Python tests". (#3180)

This commit is contained in:
Ralf W. Grosse-Kunstleve
2021-08-07 11:51:28 -07:00
committed by GitHub
parent 6ac8efe52d
commit 61ee923bb1

View File

@@ -664,7 +664,7 @@ jobs:
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
working-directory: /build-tests
- name: Run tests
- name: Python tests
run: make pytest -j 2
working-directory: /build-tests
@@ -760,7 +760,7 @@ jobs:
- name: Build C++11
run: cmake --build build -j 2
- name: Run tests
- name: Python tests
run: cmake --build build -t pytest
win32-msvc2015: