Skip to content

Commit

Permalink
[CI] Change command for installing python source package (#1340)
Browse files Browse the repository at this point in the history
* [CI] Change command for installing source package to accept both apache_sedona or
apache-sedona package names

* Add the workflow file itself to the change capture list
  • Loading branch information
Kontinuation authored and jiayuasu committed Apr 28, 2024
1 parent 616dd5c commit 398d17b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'
- '.github/workflows/python-extension.yml'
pull_request:
branches:
- '*'
Expand All @@ -19,6 +20,7 @@ on:
- 'spark-shaded/**'
- 'pom.xml'
- 'python/**'
- '.github/workflows/python-extension.yml'

permissions:
contents: read
Expand Down Expand Up @@ -72,4 +74,4 @@ jobs:
run: |
cd python
pipenv run python setup.py sdist
pipenv run python -m pip install dist/apache-sedona-*.tar.gz
pipenv run python -m pip install dist/*sedona-*.tar.gz

0 comments on commit 398d17b

Please sign in to comment.