Skip to content

Commit

Permalink
fix: include deps with openjd adaptor package (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws authored Mar 28, 2024
1 parent c616bf7 commit bb6882e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create_adaptor_packaging_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@ else
--platform $PYPI_PLATFORM \
--python-version $PYTHON_VERSION \
--ignore-installed \
--only-binary=:all: \
--no-deps \
$RUNTIME_INSTALLABLE

# Install these two at the same time otherwise they overwrite eachother
pip install \
--target $PACKAGEDIR \
--platform $PYPI_PLATFORM \
--python-version $PYTHON_VERSION \
--only-binary=:all: \
--ignore-installed \
--no-deps \
$ADAPTOR_INSTALLABLE $CLIENT_INSTALLABLE
fi

Expand Down

0 comments on commit bb6882e

Please sign in to comment.