File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 3939 path : .venv
4040 key : venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
4141
42+ - name : Install Poetry
43+ uses : snok/install-poetry@v1
44+ with :
45+ version : latest
46+ virtualenvs-create : true
47+ virtualenvs-in-project : true
48+
4249 - name : Install dependencies
4350 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
4451 run : poetry install --no-interaction --with dev --no-root
Original file line number Diff line number Diff line change 4141 path : .venv
4242 key : venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }}
4343
44+ - name : Install Poetry
45+ uses : snok/install-poetry@v1
46+ with :
47+ version : latest
48+ virtualenvs-create : true
49+ virtualenvs-in-project : true
50+
4451 - name : Install dependencies
4552 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
4653 run : poetry install --no-interaction --with dev --no-root
You can’t perform that action at this time.
0 commit comments