mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
rename steps to make more sense
This commit is contained in:
parent
13f47c71c7
commit
11efc624d6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/testing.yaml
vendored
6
.github/workflows/testing.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue