File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
python -m pip install --upgrade pip
23
23
pip install poetry
24
24
poetry config virtualenvs.create false
25
- poetry lock --no-update
25
+ poetry lock
26
26
poetry install --with test
27
27
- name : Generate coverage report
28
28
run : |
Original file line number Diff line number Diff line change 22
22
- name : Install dependencies with poetry
23
23
run : |
24
24
poetry config virtualenvs.create false
25
- poetry lock --no-update
25
+ poetry lock
26
26
poetry install --with test
27
27
- name : Test with pytest and check coverage
28
28
run : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ poetry config virtualenvs.create false
9
9
cd codeflare-sdk
10
10
11
11
# Lock dependencies and install them
12
- poetry lock --no-update
12
+ poetry lock
13
13
poetry install --with test,docs
14
14
15
15
# Return to the workdir
You can’t perform that action at this time.
0 commit comments