Skip to content

Commit a3c5b06

Browse files
committed
build(pyraydeon): reinstall virtualenv before running tests
1 parent ca2e8dd commit a3c5b06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyraydeon/check-examples.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ if [ "$ALL_TOOLS_FOUND" = false ]; then
2222
exit 1
2323
fi
2424

25+
uv --project ${SCRIPT_DIR} run --reinstall python -c 'print("Reinstalled dependencies")'
26+
2527
for example in ${SCRIPT_DIR}/examples/*.py; do
2628
example_name=$(basename "$example" .py)
2729

0 commit comments

Comments
 (0)