Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Dec 19, 2024
1 parent 3462dc9 commit 4fbe98c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/web-app-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
restore-keys: |
cypress-${{ runner.os }}-binary-
- name: Lint
working-directory: web-app
run: yarn lint

- name: Unit tests
working-directory: web-app
run: yarn test:ci
# - name: Lint
# working-directory: web-app
# run: yarn lint
#
# - name: Unit tests
# working-directory: web-app
# run: yarn test:ci

- name: Set Firebase project properties
working-directory: web-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from helpers.database import start_db_session
from helpers.logger import Logger
from geoalchemy2.shape import to_shape
from reverse_geolocation.src.common import ERROR_STATUS_CODE
from common import ERROR_STATUS_CODE
from shapely.validation import make_valid
import matplotlib.pyplot as plt

Expand Down

0 comments on commit 4fbe98c

Please sign in to comment.