Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

launcher: Fix batch file (#920, #605) #1066

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Conversation

prsyahmi
Copy link
Contributor

@prsyahmi prsyahmi commented Sep 13, 2022

@prsyahmi prsyahmi changed the title batch: Fix batch file (#920, #605) launcher: Fix batch file (#920, #605) Sep 13, 2022
call "%v_conda_path%\Scripts\activate.bat"

for /f "delims=" %%a in ('git log -1 --format^="%%H" -- environment.yaml') DO set v_cur_hash=%%a
set /p "v_last_hash="<"z_version_env.tmp" 1>NUL 2>&1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I accidentally left some test error output redirection here which isn't working. So going to remove it

- Allow reading environment.yaml file in either LF or CRLF
- Only update environment if environment.yaml changes
- Remove custom_conda_path to discourage changing source file
- Fix unable to launch webui due to frontend module missing (Sygil-Dev#605)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants