ci: build: update pip and setuptools

This commit is contained in:
Willi Ballenthin
2022-04-06 14:03:44 -06:00
committed by GitHub
parent 6b2529bc80
commit 587202ce43

View File

@@ -35,6 +35,8 @@ jobs:
python-version: 3.8
- if: matrix.os == 'ubuntu-18.04'
run: sudo apt-get install -y libyaml-dev
- name: Install PyInstaller
run: pip install --upgrade pip setuptools
- name: Install PyInstaller
run: pip install 'pyinstaller==4.2'
- name: Install capa