From 411c9c790d089d6f5110f19bf4b79c7ef1d383e0 Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Sun, 1 Sep 2024 08:52:50 +0000 Subject: [PATCH] revive ci --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b46d1af..bf0281e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main pull_request: jobs: @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: fail-fast: false - max-parallel: 1 + #max-parallel: 1 matrix: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest]