Thanks to visit codestin.com Credit goes to github.com
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 ba2002b commit a03ca40Copy full SHA for a03ca40
.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