Skip to content

Commit acc4ef3

Browse files
committed
Merge branch 'main' of github.com:lachlangrose/plugin_loopstructural
2 parents 7953aa0 + 377f44c commit acc4ef3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/packager.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
run: |
3434
python -m pip install -U pip setuptools wheel
3535
python -m pip install -U -r requirements/packaging.txt
36-
python -m pip install --no-deps -U -r requirements/embedded.txt -t loopstructural/embedded_external_libs
37-
36+
python -m pip install --no-deps -U -r requirements/embedded.txt -t ${{ env.PROJECT_FOLDER }}/embedded_external_libs
37+
ls loopstructural
38+
3839
- name: Update translations
3940
run: pylupdate5 -noobsolete -verbose ${{ env.PROJECT_FOLDER }}/resources/i18n/plugin_translation.pro
4041

0 commit comments

Comments
 (0)