Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 7, 2023
1 parent 06200f0 commit 3fac23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3fac23b

Please sign in to comment.