Skip to content

Commit

Permalink
log python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Nov 10, 2024
1 parent cf50e98 commit dff94f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
build-essential
pip3 install --upgrade pip setuptools wheel poetry
pip3 install .
pip3 freeze
- name: Run tests
run: |
Expand Down
2 changes: 0 additions & 2 deletions tests/test_get_stac_item.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import rioxarray

from dep_tools.namers import LocalPath
from dep_tools.stac_utils import StacCreator
from dep_tools.writers import StacWriter

from dep_tools.stac_utils import get_stac_item
from pathlib import Path
Expand Down

0 comments on commit dff94f0

Please sign in to comment.