Skip to content

Commit c341c9e

Browse files
committed
Skip overriding PYTHONHOME as 'uv run' should handle that
1 parent 9f86677 commit c341c9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)