8000
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 bef4e0c commit a993640Copy full SHA for a993640
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Set Python DLL path and PYTHONHOME (non Windows)
69
if: ${{ matrix.os.category != 'windows' }}
70
run: |
71
- echo PYTHONNET_PYDLL=$(find_libpython) >> $GITHUB_ENV
+ echo PYTHONNET_PYDLL=$(uv run find_libpython) >> $GITHUB_ENV
72
73
- name: Set Python DLL path and PYTHONHOME (Windows)
74
if: ${{ matrix.os.category == 'windows' }}
0 commit comments