🌐 AI搜索 & 代理 主页
Skip to content

Commit de37f36

Browse files
committed
If the venv is active we should not require setting PYTHONNET_PYDLL anymore
1 parent 5335a34 commit de37f36

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@ jobs:
6969
activate-environment: true
7070
enable-cache: true
7171

72-
- name: Set Python DLL path and PYTHONHOME (non Windows)
73-
if: ${{ matrix.os.category != 'windows' }}
74-
run: |
75-
echo PYTHONNET_PYDLL=$(uv run find_libpython) >> $GITHUB_ENV
76-
77-
- name: Set Python DLL path and PYTHONHOME (Windows)
78-
if: ${{ matrix.os.category == 'windows' }}
79-
run: |
80-
Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(uv run find_libpython)"
81-
8272
- name: Embedding tests
8373
run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
8474
env:

0 commit comments

Comments
 (0)