File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,11 @@ jobs:
6363 if : ${{ matrix.os.category != 'windows' }}
6464 run : |
6565 echo PYTHONNET_PYDLL=$(uv run find_libpython) >> $GITHUB_ENV
66- echo PYTHONHOME=$(uv run python -c 'import sys; print(sys.prefix)') >> $GITHUB_ENV
6766
6867 - name : Set Python DLL path and PYTHONHOME (Windows)
6968 if : ${{ matrix.os.category == 'windows' }}
7069 run : |
7170 Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(uv run find_libpython)"
72- Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONHOME=$(uv run python -c 'import sys; print(sys.prefix)')"
7371
7472 # - name: Embedding tests
7573 # run: uv run dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
You can’t perform that action at this time.
0 commit comments