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