-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(compile): remove trailing whitespaces in python-version extracting (
#43)
- Loading branch information
Showing
4 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
-----> No Poetry version specified in POETRY_VERSION config var. Defaulting to 1.3.2. | ||
-----> Generate requirements.txt with Poetry | ||
-----> Install Poetry | ||
>>> mocked curl call <<< | ||
-----> Add Poetry to the PATH | ||
-----> Force usage of active Python and disable creation of virtualenvs | ||
>>> mocked poetry call <<< | ||
>>> mocked poetry call <<< | ||
-----> Export requirements.txt from Poetry | ||
>>> mocked poetry call <<< | ||
-----> Export Python version from Poetry to Heroku runtime.txt file | ||
-----> Read Python version from poetry.lock | ||
-----> Write 3.8.3 into runtime.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters