6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@ -25,10 +25,12 @@ 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
|
- name: Install poetry and other deps
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install poetry
|
pip install \
|
||||||
|
poetry \
|
||||||
|
flake8
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
3
.github/workflows/make-release.yml
vendored
3
.github/workflows/make-release.yml
vendored
@ -16,7 +16,8 @@ jobs:
|
|||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
pip install poetry
|
||||||
|
|
||||||
- name: Do the release
|
- name: Do the release
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user