bring develop branch up to date with master #7

Merged
ravenscroftj merged 7 commits from master into develop 2022-10-30 15:57:46 +00:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit 639fb7e979 - Show all commits

View File

@ -3,12 +3,12 @@ type: docker
name: test and build
steps:
# - name: test
# image: python:3.7
# commands:
# - pip install poetry
# - poetry install
# - poetry run pytest
- name: test
image: python:3.7
commands:
- pip install poetry
- poetry install
- poetry run pytest
- name: publish
when: