From 8e08c0647ca2a593fbf1f8c4306a3138c614219a Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Mon, 16 Dec 2024 21:11:59 +1100 Subject: [PATCH] CI --- .github/workflows/test_pip_build_install.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_pip_build_install.yml b/.github/workflows/test_pip_build_install.yml index 947864bc..1cc1d33f 100644 --- a/.github/workflows/test_pip_build_install.yml +++ b/.github/workflows/test_pip_build_install.yml @@ -7,7 +7,11 @@ on: jobs: test-pip-install: name: Test Pip Installation and Import - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: ${{ fromJSON(vars.BUILD_OS)}} + python-version: ${{ fromJSON(vars.PYTHON_VERSIONS)}} steps: - name: Checkout code