summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-11-11 07:29:43 -0800
committerGiampaolo Rodola <g.rodola@gmail.com>2022-11-11 07:29:43 -0800
commitc0aadb18038f2ce29dbdd9cc11be072b15fd34eb (patch)
treed4817f6d162f192f1bacaab0b5155895fb2fe1ba /.github
parent8543b11cc8f9575c28dc748931e590219accf6f9 (diff)
downloadpsutil-c0aadb18038f2ce29dbdd9cc11be072b15fd34eb.tar.gz
fix long_description on Windows (see: #2168)
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: