Skip to content

Commit 6ff9668

Browse files
committed
It seems that CI tries the two directories from site.getsitepackages() - just copy to the first directory
1 parent ac95ea8 commit 6ff9668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- run: python -m pip install --pre skia-python
1818
- run: python -c 'import sys; print(sys.path)'
1919
- run: python -c 'import site; print(site.getsitepackages())'
20+
- run: python -c 'import shutil, site; shutil.copy2("icudtl.dat", site.getsitepackages()[0])'
2021
- run: python skparagraph-example.py

0 commit comments

Comments
 (0)