fix(ci): install poetry
This commit is contained in:
parent
45a3568a9b
commit
c2795b84bb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: Setup poetry
|
||||||
|
uses: Gr1N/setup-poetry@v8
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: poetry install --with=dev
|
run: poetry install --with=dev
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
|
|
Loading…
Reference in a new issue