Try fix 3

This commit is contained in:
Otto Winter 2019-10-24 15:34:40 +02:00
parent f1bb668aa7
commit 6ce8051b70
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
pip --version
- name: Install requirements
run: |
pip install pathlib2
pip install -r requirements_build.txt
pip install -e .
- name: Run PyInstaller