github action improved tagging

This commit is contained in:
Mark Schmitt 2021-01-08 20:37:25 +01:00
parent 29f73b2dbb
commit 52640f08d2
4 changed files with 17 additions and 14 deletions

View file

@ -24,6 +24,7 @@ jobs:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip3.6.8}
- name: dependencies
# instead of directly installing the dependency in the workflow file, can this be done using the pipfile instead?
run: |
pip install 'sphinx~=3.3' sphinx_rtd_theme
- name: make