Skip to content

Commit

Permalink
fix: resolve ADMEN CI-CD pipeline failure caused by missing dependenc…
Browse files Browse the repository at this point in the history
…ies in poetry environment
  • Loading branch information
itsnedhir committed Nov 26, 2024
1 parent 2cfd061 commit 3f0e210
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 5 deletions.
129 changes: 126 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ typing-extensions = "^4.7.1"
beautifulsoup4 = "4.10.0"
puremagic = "^1.27"
msgspec = "^0.18.6"
smbprotocol = "^1.15.0"
mysql-connector-python = "^9.1.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2"
Expand Down
2 changes: 0 additions & 2 deletions src/hrflow_connectors/v2/core/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pdb
import time
import typing as t
from collections import Counter
Expand Down Expand Up @@ -493,7 +492,6 @@ def run(
incremental=incremental,
incremental_token=incremental_token,
)
pdb.set_trace()
if persist is False:
adapter.info(
f"Running in dry mode with persist={persist}: Ending execution after read,"
Expand Down

0 comments on commit 3f0e210

Please sign in to comment.