Skip to content

Commit

Permalink
Fix python path for update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertBenWiser committed Jun 5, 2024
1 parent 0e89af9 commit 6a3b404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.10"
- name: Update version
run: |
python ./tool/update_bcd_version.py
python tools/update_bcd_version.py
git config user.name github-actions
git config user.email [email protected]
git add bcd_version
Expand Down

0 comments on commit 6a3b404

Please sign in to comment.