Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Oct 30, 2024
1 parent a04642d commit de7b2b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- 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
- name: Install dependencies
run: uv pip install -e . --python ${{ matrix.python-version }}

- name: Test import
run: |
Expand Down

0 comments on commit de7b2b4

Please sign in to comment.