ci: fix pip invocation

This commit is contained in:
Daike Yu 2025-03-06 03:28:09 +01:00
parent 675d58201b
commit 837f811a7f

View File

@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install -r release_tools/requirements.txt
pip install -r release_tools/requirements.txt
- name: Checkout obs-build
uses: https://github.com/actions/checkout@v4