summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-11-15 20:36:25 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2021-11-15 20:36:25 +0100
commit5a003d7efa04d5d468ffb6271644e8a2f8c2b30e (patch)
treeb7d5a0505708cc255db0c789f7259446d23980bc
parent4907c7ccd5bbced0fe50805a5051dd4b33757de5 (diff)
downloadpsutil-5a003d7efa04d5d468ffb6271644e8a2f8c2b30e.tar.gz
just a test
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--.github/workflows/build.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 09261ba6..55af3b7c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,14 +21,16 @@ on: [push, pull_request]
name: build
jobs:
linux-macos-win:
- name: ${{ matrix.os }}
+ # name: ${{ matrix.os }}
+ name: ${{ matrix.platform_id }}-${{ matrix.manylinux_image }}-${{ matrix.python }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
- os: [ubuntu-latest, macos-latest]
+ # os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest]
include:
- {name: Linux, python: '3.9', os: ubuntu-latest}
env: