-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pyproject.toml * Update poetry * Update ci-build.yml * Update utils.py * Base on lava 0.5.0 * Update poetry install in readme * Base on release branch not tag Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]> Co-authored-by: Marcus G K Williams <Marcus G K Williams [email protected]> Co-authored-by: bamsumit <[email protected]>
- Loading branch information
1 parent
5d6981c
commit 5d6d5db
Showing
4 changed files
with
890 additions
and
653 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
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ The output should contain something like this `/home/user/lava` | |
cd $HOME | ||
git clone [email protected]:lava-dl/lava-dl.git | ||
cd lava-dl | ||
pip install "poetry>=1.1.13" | ||
curl -sSL https://install.python-poetry.org | python3 - | ||
poetry config virtualenvs.in-project true | ||
poetry install | ||
source .venv/bin/activate | ||
|
@@ -60,8 +60,8 @@ git clone [email protected]:lava-dl/lava-dl.git | |
cd lava-dl | ||
python3 -m venv .venv | ||
.venv\Scripts\activate | ||
curl -sSL https://install.python-poetry.org | python3 - | ||
pip install -U pip | ||
pip install "poetry>=1.1.13" | ||
poetry config virtualenvs.in-project true | ||
poetry install | ||
pytest | ||
|
Oops, something went wrong.