Skip to content

Commit d4c06ce

Browse files
committed
Fix tests
1 parent ece79b7 commit d4c06ce

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/actions/tests/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@ runs:
3232
uv run pytest tests/
3333
3434
LIB_DIR=$(python3 -c "import sysconfig; print(sysconfig.get_config_var('LIBDIR'))")
35-
PYTHON_PREFIX=$(python3 -c "import sys; print(sys.prefix)")
3635

3736
if [[ "$RUNNER_OS" == "macOS" ]]; then
3837
export DYLD_LIBRARY_PATH="$LIB_DIR:${DYLD_LIBRARY_PATH:-}"
3938
else
4039
export LD_LIBRARY_PATH="$LIB_DIR:${LD_LIBRARY_PATH:-}"
4140
fi
4241

43-
export PYTHONHOME="$PYTHON_PREFIX"
44-
4542
cargo test --workspace --locked -- --nocapture

0 commit comments

Comments
 (0)