File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 python -m pip install --upgrade pip
2323 pip install poetry
2424 poetry config virtualenvs.create false
25- poetry lock --no-update
25+ poetry lock
2626 poetry install --with test
2727 - name : Generate coverage report
2828 run : |
Original file line number Diff line number Diff line change 2222 - name : Install dependencies with poetry
2323 run : |
2424 poetry config virtualenvs.create false
25- poetry lock --no-update
25+ poetry lock
2626 poetry install --with test
2727 - name : Test with pytest and check coverage
2828 run : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ poetry config virtualenvs.create false
99cd codeflare-sdk
1010
1111# Lock dependencies and install them
12- poetry lock --no-update
12+ poetry lock
1313poetry install --with test,docs
1414
1515# Return to the workdir
You can’t perform that action at this time.
0 commit comments