Skip to content

Commit 7f57bf4

Browse files
committed
Fix tests once again
1 parent d4c06ce commit 7f57bf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ runs:
2929
- name: Run Tests
3030
shell: bash -euxo pipefail {0}
3131
run: |
32-
uv run pytest tests/
33-
3432
LIB_DIR=$(python3 -c "import sysconfig; print(sysconfig.get_config_var('LIBDIR'))")
3533
3634
if [[ "$RUNNER_OS" == "macOS" ]]; then
@@ -39,4 +37,6 @@ runs:
3937
export LD_LIBRARY_PATH="$LIB_DIR:${LD_LIBRARY_PATH:-}"
4038
fi
4139

40+
export PYTHONPATH="$(pwd)/python:$PYTHONPATH"
41+
4242
cargo test --workspace --locked -- --nocapture

0 commit comments

Comments
 (0)