From d1a1353b0b02d34b20b8db7170c23305306d6816 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 2 Sep 2021 19:35:26 +0200 Subject: [PATCH] better layout --- .github/workflows/.python.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/.python.yml b/.github/workflows/.python.yml index 77375b9dc..83b0aeb07 100644 --- a/.github/workflows/.python.yml +++ b/.github/workflows/.python.yml @@ -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