From b8b48e93be1dc503065ef81d0c9c9e0500c8332f Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Mon, 16 Dec 2024 21:45:34 +1100 Subject: [PATCH] ci --- .github/workflows/test_conda_build_install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_conda_build_install.yml b/.github/workflows/test_conda_build_install.yml index 37f4b09a..e0189499 100644 --- a/.github/workflows/test_conda_build_install.yml +++ b/.github/workflows/test_conda_build_install.yml @@ -7,11 +7,11 @@ on: jobs: test-conda-build: name: Test Conda Build and Import - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: - os: ${{ fromJSON(vars.BUILD_OS)}} - python-version: ${{ fromJSON(vars.PYTHON_VERSIONS)}} + os: [ubuntu-latest] + python-version: [3.11] steps: - name: Checkout code