From 24e7503f223c96578ca8da71940a03294e9ea2e0 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Mon, 19 May 2025 13:51:15 -0400 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 788e78e..9079f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: shell: 'bash -l {0}' - conda-env: null - python-version: "3.12" + python-version: "3.12.9" # match with "warning: hard coded path" below julia-version: "1.10" label: installer runs-on: macos-13 From a28f9eaea90903c72a028e8e46375b3ed8a76e8a Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Mon, 19 May 2025 14:27:54 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9079f7a..cf480ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: shell: 'bash -l {0}' - conda-env: null - python-version: "3.12.9" # match with "warning: hard coded path" below + python-version: "3.12" # even patch updates (M.m.p) need editing to match with "warning: hard coded path" below julia-version: "1.10" label: installer runs-on: macos-13 @@ -195,7 +195,7 @@ jobs: if: matrix.cfg.label == 'installer' && runner.os == 'macOS' run: | # warning: hard coded path - julia -e 'ENV["PYTHON"]="/Users/runner/hostedtoolcache/Python/3.12.9/x64/bin/python"; using Pkg; Pkg.build("PyCall")' + julia -e 'ENV["PYTHON"]="/Users/runner/hostedtoolcache/Python/3.12.10/x64/bin/python"; using Pkg; Pkg.build("PyCall")' - name: Special setup download delay if: false # runner.os == 'macOS'