Skip to content

Commit

Permalink
Remove uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 22, 2024
1 parent 702985b commit eae841e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6,088 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,12 @@ jobs:
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: uv sync --python ${{ matrix.python-version }}
run: uv venv --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 -r pyproject.toml --extra all
- name: LOAD EE CREDENTIALS
run: python ./.github/ee_token.py
env:
EARTHENGINE_TOKEN: ${{ secrets.EARTHENGINE_TOKEN }}
- name: Test import
run: |
uv run python -c "import geemap; print('geemap import successful')"
Expand Down
Loading

0 comments on commit eae841e

Please sign in to comment.