better layout
This commit is contained in:
parent
d52a084585
commit
d1a1353b0b
|
@ -3,13 +3,11 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
pip:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
@ -26,9 +24,7 @@ jobs:
|
|||
COLUMNS=256 pytest python
|
||||
|
||||
apt:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install pytest
|
||||
|
|
Loading…
Reference in New Issue