Skip to content

Commit

Permalink
Version 0.3.0 (#109)
Browse files Browse the repository at this point in the history
* 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
3 people authored Sep 29, 2022
1 parent 5d6981c commit 5d6d5db
Show file tree
Hide file tree
Showing 4 changed files with 890 additions and 653 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
version: 1.2.1
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
version: 1.2.1
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
version: 1.2.1
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading

0 comments on commit 5d6d5db

Please sign in to comment.