We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac95ea8 commit 6ff9668Copy full SHA for 6ff9668
.github/workflows/windows.yml
@@ -17,4 +17,5 @@ jobs:
17
- run: python -m pip install --pre skia-python
18
- run: python -c 'import sys; print(sys.path)'
19
- run: python -c 'import site; print(site.getsitepackages())'
20
+ - run: python -c 'import shutil, site; shutil.copy2("icudtl.dat", site.getsitepackages()[0])'
21
- run: python skparagraph-example.py
0 commit comments