Skip to content

Commit

Permalink
Update version of spark8t to use v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Feb 17, 2024
1 parent 88a440b commit b8a648e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ parts:
- python3-pip
overlay-script: |
mkdir -p $CRAFT_PART_INSTALL/opt/spark8t/python/dist
pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist git+https://github.com/canonical/spark-k8s-toolkit-py.git@main
pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist https://github.com/canonical/spark-k8s-toolkit-py/releases/download/v0.0.5/spark8t-0.0.5-py3-none-any.whl
rm usr/bin/pip*
stage:
- opt/spark8t/python/dist
Expand Down

0 comments on commit b8a648e

Please sign in to comment.