We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7953aa0 + 377f44c commit acc4ef3Copy full SHA for acc4ef3
1 file changed
.github/workflows/packager.yml
@@ -33,8 +33,9 @@ jobs:
33
run: |
34
python -m pip install -U pip setuptools wheel
35
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
-
+ python -m pip install --no-deps -U -r requirements/embedded.txt -t ${{ env.PROJECT_FOLDER }}/embedded_external_libs
+ ls loopstructural
38
+
39
- name: Update translations
40
run: pylupdate5 -noobsolete -verbose ${{ env.PROJECT_FOLDER }}/resources/i18n/plugin_translation.pro
41
0 commit comments