Skip to content

Commit

Permalink
Merge pull request #35 from geoaigroup/AliSamhat07-patch-1
Browse files Browse the repository at this point in the history
Run on push, add torchgeo
  • Loading branch information
MhmdDimassi authored Apr 1, 2024
2 parents 43c0f89 + 3e543a1 commit d250156
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Testing automation
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]

jobs:
test:
Expand All @@ -17,7 +19,7 @@ jobs:

- name: Install Python dependencies
run: |
pip install numpy geopandas shapely scikit-learn tabulate timm torchvision rasterio scikit-image matplotlib affine opencv-python simplification imantics
pip install numpy geopandas shapely scikit-learn tabulate timm torchvision rasterio scikit-image matplotlib affine opencv-python simplification imantics torchgeo
- name: Run unit tests
working-directory: geotils/testing-framework
Expand Down

0 comments on commit d250156

Please sign in to comment.