[all-commits] [llvm/llvm-project] 59476c: workflows/release-binaries: Fix problem with pytho...

Tom Stellard via All-commits all-commits at lists.llvm.org
Sat Aug 3 09:12:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59476c99983d3813b412c9b0c0464365644c23a8
      https://github.com/llvm/llvm-project/commit/59476c99983d3813b412c9b0c0464365644c23a8
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2024-08-03 (Sat, 03 Aug 2024)

  Changed paths:
    M .github/workflows/release-binaries.yml

  Log Message:
  -----------
  workflows/release-binaries: Fix problem with python installation on macos-14 (#101774)

python3 wasn't able to see modules installed by pip, so we need to use
the setup-python action to ensure that the default pip and python3 both
use the same prefix.

See https://github.com/actions/runner-images/issues/10385



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list