Skip to content

Commit a993640

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

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
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set Python DLL path and PYTHONHOME (non Windows)
6969
if: ${{ matrix.os.category != 'windows' }}
7070
run: |
71-
echo PYTHONNET_PYDLL=$(find_libpython) >> $GITHUB_ENV
71+
echo PYTHONNET_PYDLL=$(uv run find_libpython) >> $GITHUB_ENV
7272
7373
- name: Set Python DLL path and PYTHONHOME (Windows)
7474
if: ${{ matrix.os.category == 'windows' }}

0 commit comments

Comments
 (0)