mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 16:27:14 +02:00
Use correct pip for py modules
This commit is contained in:
parent
82ed358323
commit
0dd4dab263
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue