Skip to content

Commit

Permalink
Set also $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed May 23, 2024
1 parent e820f24 commit 7ba4a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-package-with-config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ runs:
run: |
source /opt/conda/etc/profile.d/conda.sh
conda create -y -p $RUNNER_TEMP/bpvenv python=${{ inputs.python_version }}
echo "Python3_EXECUTABLE=$RUNNER_TEMP/bpvenv/bin/python" >> "$GITHUB_ENV"
echo "Python3_ROOT_DIR=$RUNNER_TEMP/bpvenv" >> "$GITHUB_ENV"
echo "PATH=$RUNNER_TEMP/bpvenv/bin:$PATH" >> "$GITHUB_ENV"
- name: Build package
id: build
Expand Down

0 comments on commit 7ba4a24

Please sign in to comment.