Skip to content

Commit 7a823d4

Browse files
authored
This?
1 parent 08be8c7 commit 7a823d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ jobs:
133133
$env:PYTHONPATH += ";$env:CONDA_PREFIX\Library\bin"
134134
$env:PYTHONPATH += ";$env:CONDA_PREFIX\Library\lib"
135135
# python -c "import sys, os; [(print(f'\n\n[{p}]'), [print(os.path.join(r, f)) for r, _, fs in os.walk(p) for f in fs]) for p in sys.path if os.path.isdir(p)]"
136-
python -c 'import sys; print(sys.path);'
137-
python -c 'import libtorrent as lt; print(lt.__version__)';
136+
python -c 'import sys;print(sys.path);'
137+
python -c "import sys, os; [print(p) or os.add_dll_directory(p) for p in sys.path if os.path.isdir(p)]; import libtorrent as lt; print(lt.__version__)"
138138
uv run pytest -v -m "not (todo or gtkui or security)" deluge

0 commit comments

Comments
 (0)