-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update geemap and leafmap versions (#12)
* Update geemap and leafmap versions * Update GitHub Actions
- Loading branch information
Showing
6 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
name: docs | ||
on: | ||
push: | ||
branches: | ||
- master | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.9 | ||
# - name: Install GDAL | ||
# run: | | ||
# python -m pip install --upgrade pip | ||
# pip install --no-cache-dir Cython | ||
# pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL | ||
# - name: Test GDAL installation | ||
# run: | | ||
# python -c "from osgeo import gdal" | ||
# gdalinfo --version | ||
# - name: Install dependencies | ||
# run: | | ||
# pip install -r requirements.txt -r requirements_dev.txt | ||
# pip install . | ||
# - name: PKG-TEST | ||
# run: | | ||
# python -m unittest discover tests/ | ||
- run: python -m pip install --upgrade pip | ||
- run: pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel mkdocstrings-crystal mkdocstrings-python-legacy | ||
- run: mkdocs gh-deploy --force | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.9 | ||
# - name: Install GDAL | ||
# run: | | ||
# python -m pip install --upgrade pip | ||
# pip install --no-cache-dir Cython | ||
# pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL | ||
# - name: Test GDAL installation | ||
# run: | | ||
# python -c "from osgeo import gdal" | ||
# gdalinfo --version | ||
# - name: Install dependencies | ||
# run: | | ||
# pip install -r requirements.txt -r requirements_dev.txt | ||
# pip install . | ||
# - name: PKG-TEST | ||
# run: | | ||
# python -m unittest discover tests/ | ||
- run: python -m pip install --upgrade pip | ||
- run: pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel mkdocstrings-crystal mkdocstrings-python-legacy | ||
- run: mkdocs gh-deploy --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters