Skip to content

Commit

Permalink
fix: add debugger 3/?
Browse files Browse the repository at this point in the history
  • Loading branch information
furqaankhan committed Oct 24, 2024
1 parent 73f005b commit 188ef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
echo "Patching Pipfile to use Shapely 1.x"
sed -i 's/^shapely.*$/shapely="<2.0.0"/g' Pipfile
fi
export WORKON_HOME=./.venv
export WORKON_HOME=$PWD/.venv
export PIPENV_CUSTOM_VENV_NAME=python-${PYTHON_VERSION}
pipenv --python ${PYTHON_VERSION}
pipenv install pyspark==${SPARK_VERSION}
Expand Down

0 comments on commit 188ef43

Please sign in to comment.