Skip to content

Commit

Permalink
Removed pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 27, 2024
1 parent 66cf2a0 commit d0a33cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,13 @@ jobs:
- name: Install optional dependencies
run: |
uv pip install --find-links https://girder.github.io/large_image_wheels GDAL pyproj
uv pip install pytest
- name: Test import
run: |
uv run python -c "import leafmap; print('leafmap import successful')"
uv run python -c "from osgeo import gdal; print('gdal import successful')"
uv run gdalinfo --version
- name: Running pytest
run: |
uv run pytest . --verbose
- name: Install mkdocs
run: |
uv pip install -r requirements_docs.txt
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,13 @@ jobs:
- name: Install optional dependencies
run: |
uv pip install --find-links https://girder.github.io/large_image_wheels GDAL pyproj
uv pip install pytest
uv pip install -r requirements_dev.txt
- name: Test import
run: |
uv run python -c "import leafmap; print('leafmap import successful')"
uv run python -c "from osgeo import gdal; print('gdal import successful')"
uv run gdalinfo --version
- name: Running pytest
run: |
uv run pytest . --verbose
- name: Install mkdocs
run: |
uv pip install -r requirements_docs.txt
Expand Down

0 comments on commit d0a33cd

Please sign in to comment.