rename steps to make more sense

This commit is contained in:
Jonathan Wren 2021-07-03 16:24:14 -07:00
parent 13f47c71c7
commit 11efc624d6

View file

@ -45,15 +45,15 @@ jobs:
path: .venv
key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}-v2
- name: Install dependencies
- name: Install poetry
if: ${{ matrix.python-version != '3.10-dev' }}
run: pip install poetry
- name: Install dependencies (Prerelease)
- name: Install poetry (Prerelease)
if: ${{ matrix.python-version == '3.10-dev' }}
run: pip install poetry==1.2.0a1
- name: Configure poetry
- name: Install dependencies
run: |
poetry config --local virtualenvs.in-project true
poetry install --remove-untracked