Skip to content

Commit 61ee923

Browse files
authored
Consistent step name "Python tests". (#3180)
1 parent 6ac8efe commit 61ee923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ jobs:
664664
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
665665
working-directory: /build-tests
666666

667-
- name: Run tests
667+
- name: Python tests
668668
run: make pytest -j 2
669669
working-directory: /build-tests
670670

@@ -760,7 +760,7 @@ jobs:
760760
- name: Build C++11
761761
run: cmake --build build -j 2
762762

763-
- name: Run tests
763+
- name: Python tests
764764
run: cmake --build build -t pytest
765765

766766
win32-msvc2015:

0 commit comments

Comments
 (0)