Skip to content

Commit

Permalink
Update build_addon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckundo authored Jan 2, 2024
1 parent 5d991f2 commit d6de179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r requirements.txt
python -m pip install -r addon/globalPlugin/vendor/requirements.txt -t addon/globalPlugin/vendor
python -m pip install -r vendor.txt -t addon/globalPlugin/vendor
- name: building addon
shell: bash
Expand Down

0 comments on commit d6de179

Please sign in to comment.