mirror of
https://github.com/httpie/cli.git
synced 2025-06-25 20:11:32 +02:00
Update pythonpackage.yml
This commit is contained in:
parent
3909a436a9
commit
3ec5c4a643
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
@ -5,11 +5,12 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [2.7, 3.5, 3.6, 3.7]
|
os: [macOS-latest, windows-latest, ubuntu-latest]
|
||||||
|
python-version: [3.6, 3.7]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user