mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +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
|
path: .venv
|
||||||
key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}-v2
|
key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}-v2
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install poetry
|
||||||
if: ${{ matrix.python-version != '3.10-dev' }}
|
if: ${{ matrix.python-version != '3.10-dev' }}
|
||||||
run: pip install poetry
|
run: pip install poetry
|
||||||
|
|
||||||
- name: Install dependencies (Prerelease)
|
- name: Install poetry (Prerelease)
|
||||||
if: ${{ matrix.python-version == '3.10-dev' }}
|
if: ${{ matrix.python-version == '3.10-dev' }}
|
||||||
run: pip install poetry==1.2.0a1
|
run: pip install poetry==1.2.0a1
|
||||||
|
|
||||||
- name: Configure poetry
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
poetry config --local virtualenvs.in-project true
|
poetry config --local virtualenvs.in-project true
|
||||||
poetry install --remove-untracked
|
poetry install --remove-untracked
|
||||||
|
|
Loading…
Add table
Reference in a new issue