From de7b2b48e03203fc99959a0d4e7812249712fc12 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 30 Oct 2024 08:26:16 -0400 Subject: [PATCH] Update ubuntu.yml --- .github/workflows/ubuntu.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0510a41..49895a4 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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: |