Fix CI
parent
3ea1d955eb
commit
7dde059b95
|
@ -2,13 +2,15 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'v2'
|
- 'v2'
|
||||||
steps:
|
jobs:
|
||||||
- uses: actions/checkout@v3
|
tests:
|
||||||
- name: Install poetry
|
steps:
|
||||||
run: pipx install poetry
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- name: Install poetry
|
||||||
with:
|
run: pipx install poetry
|
||||||
python-version: '3.10'
|
- uses: actions/setup-python@v4
|
||||||
cache: 'poetry'
|
with:
|
||||||
- run: poetry install
|
python-version: '3.10'
|
||||||
- run: poetry run inv tests
|
cache: 'poetry'
|
||||||
|
- run: poetry install
|
||||||
|
- run: poetry run inv tests
|
||||||
|
|
Loading…
Reference in New Issue