Skip to content

Commit

Permalink
whitespace to trigger CI (#667)
Browse files Browse the repository at this point in the history
* whitespace to trigger CI

* add a no-cache requirement when setting up annotations
  • Loading branch information
angelhof committed Apr 24, 2023
1 parent cdb249c commit 4835c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-pash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "Installing python dependencies..."
python3 -m pip install graphviz --root $PYTHON_PKG_DIR --ignore-installed #&> $LOG_DIR/pip_install_graphviz.log
# TODO 2022-08-01 if libdash wheel isn't available, we need autmake etc.
python3 -m pip install libdash --root $PYTHON_PKG_DIR --ignore-installed #&> $LOG_DIR/pip_install_libdash.log
python3 -m pip install 'pash-annotations>=0.2.0,<0.3.0' --root $PYTHON_PKG_DIR --ignore-installed #&> $LOG_DIR/pip_install_annotations.log
python3 -m pip install 'pash-annotations>=0.2.0' --no-cache-dir --root $PYTHON_PKG_DIR --ignore-installed #&> $LOG_DIR/pip_install_annotations.log

## numpy and matplotlib are only needed to generate the evaluation plots so they should not be in the main path
if [[ "$install_eval" == 1 ]]; then
Expand Down

0 comments on commit 4835c2e

Please sign in to comment.