fix missing import

This commit is contained in:
Milan Kolar 2021-09-23 11:34:23 +01:00
parent 8f7fefb23d
commit 53888bb510
2 changed files with 10 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
with:
python-version: 3.7
- name: Install Python requirements
run: pip install gitpython semver
run: pip install gitpython semver PyGithub
- name: 💉 Inject new version into files
id: version