Skip to content

Commit

Permalink
fixed pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Feb 20, 2024
1 parent 30610c9 commit 651ce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
echo "PYTHONPATH=${FINK_HOME}:${FINK_ALERT_SIMULATOR}:${PYTHONPATH}" >> $GITHUB_ENV
echo "${FINK_HOME}/bin:${FINK_ALERT_SIMULATOR}/bin" >> $GITHUB_PATH
echo "PYTHONPATH=$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:$PYTHONPATH" >> $GITHUB_ENV
echo "PYTHONPATH=$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:${PYTHONPATH}" >> $GITHUB_ENV
- name: Check env
run: |
echo "PATH: $GITHUB_ENV"
Expand Down

0 comments on commit 651ce8b

Please sign in to comment.