Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 29, 2024
1 parent 9ad6b0b commit 647a0cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test import
run: |
uv run python -c "import geospatial; print('geospatial import successful')"
uv run python -c "import hypercoast; print('hypercoast import successful')"
uv run python -c "from osgeo import gdal; print('gdal import successful')"
uv run gdalinfo --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test import
run: |
uv run python -c "import geospatial; print('geospatial import successful')"
uv run python -c "import hypercoast; print('hypercoast import successful')"
uv run python -c "from osgeo import gdal; print('gdal import successful')"
uv run gdalinfo --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.12"
enable-cache: true
# enable-cache: true

- name: Set up Python ${{ matrix.config.py }}
run: uv python install ${{ matrix.config.py }}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

name: Linux build
jobs:
py-check:
test-ubuntu:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Test import
run: |
uv run python -c "import geospatial; print('geospatial import successful')"
uv run python -c "import hypercoast; print('hypercoast import successful')"
uv run python -c "from osgeo import gdal; print('gdal import successful')"
uv run gdalinfo --version
- name: Test import
run: |
uv run python -c "import hypercoast; print('hypercoast import successful')"

0 comments on commit 647a0cc

Please sign in to comment.