Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpearse committed Sep 29, 2022
1 parent b70feff commit dfa1b14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ workflows:
weekly:
triggers:
- schedule:
cron: "30 22 * * 3" #Mountain Standard Time +6
cron: "05 00 * * 4" #Mountain Standard Time +6
filters:
branches:
only: main
Expand All @@ -812,13 +812,13 @@ workflows:
- build_centos7_installer
- build_osx_installer
- build_win10_installer
- build_python_api_ubuntu
- build_python_api_osx
#- build_python_api_ubuntu
#- build_python_api_osx
- release_weekly_installers:
requires:
- build_ubuntu18_installer
- build_centos7_installer
- build_osx_installer
- build_win10_installer
- build_python_api_ubuntu
- build_python_api_osx
#- build_python_api_ubuntu
#- build_python_api_osx
2 changes: 2 additions & 0 deletions apps/vaporpychecker/vaporpychecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ int main(int argc, char **argv)
{
OptionParser op;

#ifndef WIN32
std::string phome = GetPythonDir();
setenv("PYTHONHOME", phome.c_str(), 1);
#endif

MyBase::SetErrMsgFilePtr(stderr);
//
Expand Down

0 comments on commit dfa1b14

Please sign in to comment.