Skip to content

Commit a03ca40

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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)