Skip to content

Commit ba2002b

Browse files
committed
Next permutation :)
1 parent bef4e0c commit ba2002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set Python DLL path and PYTHONHOME (Windows)
7474
if: ${{ matrix.os.category == 'windows' }}
7575
run: |
76-
Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(find_libpython)"
76+
Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(uv run find_libpython)"
7777
7878
- name: Embedding tests
7979
run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/

0 commit comments

Comments
 (0)