From 7624aef2ab891ee0797c2adb83518627806707f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Wed, 20 Mar 2024 13:07:41 -0600 Subject: [PATCH] Reset the full test matrix --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10bc207..4c17cb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,10 +20,8 @@ jobs: strategy: fail-fast: false matrix: - # python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - python-version: ["3.7", "3.11"] - # os: ["ubuntu-latest", "macos-latest", "windows-latest"] - os: ["ubuntu-latest"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + os: ["ubuntu-latest", "macos-latest", "windows-latest"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}