Skip to content

Commit 1fe1db6

Browse files
committed
Init pyenv environment on conan package upload for macos builds.
1 parent 9564b56 commit 1fe1db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ commands:
6767
- run:
6868
name: Upload conan package
6969
command: |
70+
[[ -n $MACOS_BUILD ]] && eval "$(pyenv init -)"
7071
conan upload BoostMiner/${CIRCLE_TAG:1}@proofofwork/stable --all -r proofofwork --confirm
7172
7273
publish_artifacts:

0 commit comments

Comments
 (0)