Skip to content

Commit

Permalink
Fix gdal error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 22, 2024
1 parent dc7827c commit 3b45a2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
- name: Install dependencies
run: uv sync --python ${{ matrix.config.py }}

- name: Install optional dependencies
run: |
uv pip install --find-links https://girder.github.io/large_image_wheels gdal pyproj
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
12 changes: 0 additions & 12 deletions .github/workflows/py313.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@ jobs:
- name: Install dependencies
run: uv sync --python ${{ matrix.python-version }}

- name: Install optional dependencies
run: |
uv pip install --find-links https://girder.github.io/large_image_wheels 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
12 changes: 0 additions & 12 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ jobs:
- name: Install dependencies
run: uv sync --python ${{ matrix.python-version }}

- 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

0 comments on commit 3b45a2f

Please sign in to comment.