ci: fix pip invocation
This commit is contained in:
parent
675d58201b
commit
837f811a7f
2
.github/workflows/run_check_source.yml
vendored
2
.github/workflows/run_check_source.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip3 install -r release_tools/requirements.txt
|
pip install -r release_tools/requirements.txt
|
||||||
|
|
||||||
- name: Checkout obs-build
|
- name: Checkout obs-build
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user