release/4.3a0
Varun Agrawal 2023-10-07 17:32:34 -04:00
parent 06200f0dbd
commit 3fac23b9b9
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: $PYTHON -m pip install -r python/dev_requirements.txt
run: python$PYTHON_VERSION -m pip install -r python/dev_requirements.txt
- name: Build
run: |