Skip to content

Commit

Permalink
fix worker path
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Feb 10, 2025
1 parent 9dc7cc5 commit bb67685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/test/TR_vine_task_graph_compat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import_config_val CCTOOLS_PYTHON_TEST_EXEC
import_config_val CCTOOLS_PYTHON_TEST_DIR

export PYTHONPATH=$(pwd)/../../test_support/python_modules/${CCTOOLS_PYTHON_TEST_DIR}:$PYTHONPATH
export PATH=$(dirname "${CCTOOLS_PYTHON_TEST_EXEC}"):$PATH
export PATH=$(pwd)/../src/worker:$(pwd)/../../batch_job/src:$PATH

STATUS_FILE=vine.status
PORT_FILE=vine.port
Expand Down

0 comments on commit bb67685

Please sign in to comment.