Use correct pip for py modules

This commit is contained in:
Simon Walton 2019-12-05 17:03:48 -08:00
parent 82ed358323
commit 0dd4dab263

View file

@ -99,7 +99,7 @@ jobs:
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0
- name: Install python modules
shell: bash
run: pip3 install boto3 PyGithub
run: pip install boto3 PyGithub
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build
- name: Configure CMake