5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
@ -25,12 +25,13 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
# Installation instructions are from: https://python-poetry.org/docs/
|
# Installation instructions are from: https://python-poetry.org/docs/
|
||||||
- name: Install poetry and other deps
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install \
|
pip install \
|
||||||
|
flake8 \
|
||||||
poetry \
|
poetry \
|
||||||
flake8
|
pytest
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user