Fix Windows build: force UTF-8 encoding for cp1252 Unicode
error
This commit is contained in:
parent
f641e1552a
commit
b6b32c0ddc
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -127,6 +127,8 @@ jobs:
|
||||
run: python -m spacy download da_core_news_sm
|
||||
|
||||
- name: Build GDPRScanner
|
||||
env:
|
||||
PYTHONUTF8: "1"
|
||||
run: python build_gdpr.py
|
||||
|
||||
- name: Package Linux binary
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user