Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: 'bash -l {0}'

- conda-env: null
python-version: "3.12"
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
Expand Down Expand Up @@ -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'
Expand Down
Loading