Skip to content

Commit

Permalink
chore: add pypi extra url for pytest check with pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Jun 3, 2024
1 parent b718629 commit c40fcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/make_utils/pytest_pypi_cml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if ${USE_PIP_WHEEL}; then
# Concrete-Python version
PYPI_WHEEL=$(find dist -type f -name "*.whl")
python -m pip install "${PYPI_WHEEL}"
python -m pip install "${CONCRETE_PYTHON}"
python -m pip install --extra-index-url https://pypi.zama.ai "${CONCRETE_PYTHON}"
else
if [ -z "${VERSION}" ]; then
python -m pip install concrete-ml
Expand Down

0 comments on commit c40fcac

Please sign in to comment.