Skip to content

Commit

Permalink
fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
boazhaim committed Sep 1, 2024
1 parent 801e5b2 commit dd77672
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ufm_log_analyzer_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
- name: Install dependencies and run PyLint
run: |
SCRIPT_DIR="plugins/ufm_log_analyzer_plugin"
PYTHONPATH="$SCRIPT_DIR/src:$SCRIPT_DIR/../../"
# Set PYTHONPATH to include src directory and two levels up for utils
PYTHONPATH="$(realpath $SCRIPT_DIR/src):$(realpath $SCRIPT_DIR/../../)"
export PYTHONPATH
echo "PYTHONPATH is set to $PYTHONPATH" # Debugging line to verify PYTHONPATH
cd $SCRIPT_DIR
# Install dependencies
Expand Down

0 comments on commit dd77672

Please sign in to comment.