Use _PIP_USE_IMPORTLIB_METADATA=0 for pip-licenses.

This commit is contained in:
Dain Nilsson 2022-10-26 13:46:46 +02:00
parent 068b3b5588
commit c6c28afa48
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,8 @@ jobs:
flutter analyze
- name: Build the Helper
env:
_PIP_USE_IMPORTLIB_METADATA: 0
run: ./build-helper.sh
- name: Build the app

View File

@ -41,6 +41,8 @@ jobs:
flutter analyze
- name: Build the Helper
env:
_PIP_USE_IMPORTLIB_METADATA: 0
run: ./build-helper.sh
- name: Build the app

View File

@ -39,6 +39,8 @@ jobs:
flutter analyze
- name: Build the Helper
env:
_PIP_USE_IMPORTLIB_METADATA: 0
run: .\build-helper.bat
- name: Build the app