Skip to content

Commit

Permalink
Add uv run
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 22, 2024
1 parent c5ba917 commit 286a198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-uv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uv pip install -r requirements_dev.txt
- name: Test import
run: python -c "import leafmap; print('leafmap import successful')"
run: uv run python -c "import leafmap; print('leafmap import successful')"

- name: Running pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
pip install -r requirements_dev.txt
- name: Test import
run: uv run python -c "import leafmap; print('leafmap import successful')"
run: python -c "import leafmap; print('leafmap import successful')"

- name: Running pytest
run: |
Expand Down

0 comments on commit 286a198

Please sign in to comment.