correct way to install dependencies

release/4.3a0
Varun Agrawal 2023-10-07 17:26:40 -04:00
parent 086d58e21e
commit 06200f0dbd
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ jobs:
bash .github/scripts/python.sh -d
- name: Install Python Dependencies
run: pip install -r python/dev_requirements.txt
run: $PYTHON -m pip install -r python/dev_requirements.txt
- name: Build
run: |