Skip to content

Commit d690219

Browse files
committed
Fix tests
1 parent 0844781 commit d690219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ runs:
3030
shell: bash -euxo pipefail {0}
3131
run: |
3232
uv run pytest tests/
33-
./scripts/set_ld_path.sh
33+
source ./scripts/set_ld_path.sh
3434
cargo test --workspace --locked

0 commit comments

Comments
 (0)