fix pyinstaller install

This commit is contained in:
Lex Berezhny 2021-01-08 00:29:44 -05:00
parent bdb82a3661
commit a26535252d

View file

@ -145,7 +145,7 @@ jobs:
- name: Setup
run: |
pip install --user --upgrade pip wheel
pip install sqlalchemy@git+https://github.com/eukreign/pyinstaller.git@sqlalchemy
pip install pyinstaller@git+https://github.com/eukreign/pyinstaller.git@sqlalchemy
- if: startsWith(runner.os, 'linux')
run: |
sudo apt-get install libzmq3-dev