Skip to content

Commit

Permalink
try to build 2.7 wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <[email protected]>
  • Loading branch information
giampaolo committed Nov 26, 2021
1 parent 62c9b6a commit b1b6f4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
on: [push, pull_request]
name: build
jobs:
# Linux / macOS + Python 3
# Linux + macOS + Python 3
linux-macos-py3:
name: ${{ matrix.os }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,16 +79,14 @@ jobs:
mv dist/psutil*.tar.gz wheelhouse/
python scripts/internal/print_hashes.py wheelhouse/
# Linux / macOS + Python 2
linux-macos-py3:
# Linux + Python 2
linux-py2:
name: ${{ matrix.os }}
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
include:
- {name: Linux, python: '3.9', os: ubuntu-latest}
Expand Down

0 comments on commit b1b6f4f

Please sign in to comment.