We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0844781 commit d690219Copy full SHA for d690219
1 file changed
.github/actions/tests/action.yml
@@ -30,5 +30,5 @@ runs:
30
shell: bash -euxo pipefail {0}
31
run: |
32
uv run pytest tests/
33
- ./scripts/set_ld_path.sh
+ source ./scripts/set_ld_path.sh
34
cargo test --workspace --locked
0 commit comments