From 56bc9549bd367685defe7cb52375f9dcdbff1983 Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 5 Apr 2024 13:44:18 +0200 Subject: [PATCH] path --- .github/workflows/ci_release.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index ae9b663..1e07c27 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -281,10 +281,6 @@ jobs: if: runner.os == 'Windows' run: ls "$($Env:WinDir)\system32" - uses: actions/checkout@v3 - - name: Set macos macos_python_path - if: runner.os == 'macOS' - # TODO use variable for Python version - run: echo "macos_python_path=/Library/Frameworks/Python.framework/Versions/3.12" >> $GITHUB_ENV - name: Set up Python 3.12 uses: actions/setup-python@v4 with: @@ -303,6 +299,11 @@ jobs: run: | # https://earthly.dev/blog/homebrew-on-m1/ eval "$(/opt/homebrew/bin/brew shellenv)" + echo PATH 1 + echo $PATH + export PATH="$PATH:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/lib" + echo PATH 2 + echo $PATH - name: List MacOS dirs if: matrix.os == 'macos-14' run: | @@ -316,8 +317,6 @@ jobs: echo $PATH echo HOMEBREW_CELLAR echo $HOMEBREW_CELLAR - echo brew deps --tree --installed - brew deps --tree --installed - name: List env if: runner.os == 'macOS' run: |