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 651ce8b commit af600c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
echo "FINK_SCHEMA=${FINK_HOME}/fink-alert-schemas" >> $GITHUB_ENV
- name: Set up env [2/2]
run: |
echo "PYTHONPATH=${FINK_HOME}:${FINK_ALERT_SIMULATOR}:${PYTHONPATH}" >> $GITHUB_ENV
echo "PYTHONPATH=$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:${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
- name: Check env
run: |
echo "PATH: $GITHUB_ENV"
Expand Down

0 comments on commit af600c2

Please sign in to comment.