Commit 61ee923b by Ralf W. Grosse-Kunstleve Committed by GitHub

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

parent 6ac8efe5
...@@ -664,7 +664,7 @@ jobs: ...@@ -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: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment