Skip to content

Commit

Permalink
build(pyraydeon): reinstall virtualenv before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Nov 19, 2024
1 parent ca2e8dd commit a3c5b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyraydeon/check-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if [ "$ALL_TOOLS_FOUND" = false ]; then
exit 1
fi

uv --project ${SCRIPT_DIR} run --reinstall python -c 'print("Reinstalled dependencies")'

for example in ${SCRIPT_DIR}/examples/*.py; do
example_name=$(basename "$example" .py)

Expand Down

0 comments on commit a3c5b06

Please sign in to comment.