We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef4e0c commit ba2002bCopy full SHA for ba2002b
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Set Python DLL path and PYTHONHOME (Windows)
74
if: ${{ matrix.os.category == 'windows' }}
75
run: |
76
- Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(find_libpython)"
+ Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(uv run find_libpython)"
77
78
- name: Embedding tests
79
run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
0 commit comments