From 73d02dbd0cfe7ed27164b7fd982625a129811e02 Mon Sep 17 00:00:00 2001 From: Yanick Fratantonio Date: Wed, 25 Sep 2024 15:45:54 +0000 Subject: [PATCH] gh actions: re-enable build/testing on all config - Test on all python versions - Test on all OSes --- .github/workflows/python-e2e-test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-e2e-test.yml b/.github/workflows/python-e2e-test.yml index 93106fae..e76967ce 100644 --- a/.github/workflows/python-e2e-test.yml +++ b/.github/workflows/python-e2e-test.yml @@ -20,10 +20,8 @@ jobs: e2e-testing: strategy: matrix: - # python-version: [ "3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x" ] - python-version: [ "3.12.x" ] # FIXME: add back other python versions - # os: [ "ubuntu-latest", "macos-latest", "windows-latest" ] - os: [ "ubuntu-latest" ] # FIXME: add back other OSes + python-version: [ "3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x" ] + os: [ "ubuntu-latest", "macos-latest", "windows-latest" ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4