From a3045e546ecd15440c363c1e61ac395bc41e631f Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Thu, 21 Sep 2023 14:52:32 +0200 Subject: [PATCH] Revert CI debug --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f524d1c..8c6ef304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,10 +97,7 @@ jobs: with: matrix: | os: ubuntu-latest, - python-version: 3.8 - include: | - os: windows-latest python-version: 3.8, - os: macos-latest python-version: 3.8 + python-version: 3.8 3.9 3.10 3.11 - name: '🧱 Build test matrix for release' if: env.MATRIX == '' && startsWith(github.ref, 'refs/tags/v') uses: druzsan/setup-matrix@v1 @@ -298,8 +295,6 @@ jobs: if: matrix.browser == 'chrome' id: setup-chromedriver uses: nanasess/setup-chromedriver@v2 - # with: - # chromedriver-version: '115.0.5790.102' - name: '🦊 Set up Gecko driver' id: setup-geckodriver if: matrix.browser == 'firefox'