Skip to content

Commit

Permalink
chore(ingest): loosen additional requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Dec 27, 2022
1 parent d851140 commit 337ffc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-ingestion-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
paths:
- "docker/datahub-ingestion/**"
- "gradle*"
pull_request:
branches:
- master
paths:
- "docker/datahub-ingestion/**"
- "gradle*"
workflow_dispatch:

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions docker/datahub-ingestion/base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ ptyprocess==0.7.0
pure-eval==0.2.2
pure-sasl==0.6.2
py==1.11.0
py4j==0.10.9
pyarrow==8.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
Expand All @@ -275,7 +274,6 @@ pydeequ==1.0.1
pydruid==0.6.4
pyflakes==2.5.0
Pygments==2.13.0
PyJWT==2.4.0
pymongo==4.3.3
PyMySQL==1.0.2
PyNaCl==1.5.0
Expand Down

0 comments on commit 337ffc3

Please sign in to comment.