6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@ -25,10 +25,12 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
# Installation instructions are from: https://python-poetry.org/docs/
|
||||
- name: Install poetry
|
||||
- name: Install poetry and other deps
|
||||
shell: bash
|
||||
run: |
|
||||
pip install poetry
|
||||
pip install \
|
||||
poetry \
|
||||
flake8
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
|
3
.github/workflows/make-release.yml
vendored
3
.github/workflows/make-release.yml
vendored
@ -16,7 +16,8 @@ jobs:
|
||||
- name: Install poetry
|
||||
shell: bash
|
||||
run: |
|
||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
||||
pip install poetry
|
||||
|
||||
- name: Do the release
|
||||
shell: bash
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user