summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 502ecb5a..1d9999f8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,7 @@ name: build
jobs:
# Linux + macOS + Windows Python 3
py3:
- name: ${{ matrix.os }}-py3
+ name: py3-${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy:
@@ -62,7 +62,7 @@ jobs:
# psutil tests do not like running from a virtualenv with python>=3.7 so
# not using cibuildwheel for those. run them "manually" with this job.
windows-py3-test:
- name: windows-py3-test-${{ matrix.python }}-${{ matrix.architecture }}
+ name: py3-windows-test-${{ matrix.python }}-${{ matrix.architecture }}
needs: py3
runs-on: windows-2019
timeout-minutes: 20
@@ -105,7 +105,7 @@ jobs:
# Linux + macOS + Python 2
linux-macos-py2:
- name: ${{ matrix.os }}-py2
+ name: py2-${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy: