better layout

This commit is contained in:
Martin Diehl 2021-09-02 19:35:26 +02:00
parent d52a084585
commit d1a1353b0b
1 changed files with 0 additions and 4 deletions

View File

@ -3,13 +3,11 @@ on: [push]
jobs: jobs:
pip: pip:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: [3.7, 3.8, 3.9] python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
@ -26,9 +24,7 @@ jobs:
COLUMNS=256 pytest python COLUMNS=256 pytest python
apt: apt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install pytest - name: Install pytest