From 6958a13cb64ff676f40a460a7c07361192754de1 Mon Sep 17 00:00:00 2001 From: Andy Salnikov Date: Tue, 5 Dec 2023 10:27:06 -0800 Subject: [PATCH] Update GA build script --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f131fbd..4de5c3c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: - name: Update pip/wheel infrastructure shell: bash -l {0} run: | - conda install -y -q "pip<22" wheel + conda install -y -q pip wheel - name: Install dependencies shell: bash -l {0}