Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fixes pypandoc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed Sep 25, 2019
1 parent 4c191dc commit 31a065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/python/pypi/pypi_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ popd
echo "Building python package with environment:"
printenv
echo "-----------------------------------------"
pip install pypandoc
pip install --user pypandoc

# Build wheel file - placed in wheel_build/dist
python setup.py bdist_wheel

0 comments on commit 31a065f

Please sign in to comment.