Skip to content

Commit

Permalink
(ci) unit-test: Remove adjancet polygon feature cause it was not work…
Browse files Browse the repository at this point in the history
…ing as expected , simplified vectorizer using geopandas only
  • Loading branch information
kshitijrajsharma committed Mar 25, 2024
1 parent 53a534a commit d4d7f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tensorflow==2.11.0
pip install tensorflow==2.11.0 efficientnet==1.0.8
pip install -e .
- name: Run tests
Expand Down

0 comments on commit d4d7f9e

Please sign in to comment.