Skip to content

Commit

Permalink
Add missing dependency for prod environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
redur committed Apr 4, 2024
1 parent 2a98b6b commit 0c232f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [main]

jobs:
pytest:
pipeline_run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- opencv==4.9.0
- python-dotenv==1.0.1
- click==8.1.7
- PyYAML==6.0.1
- pip
# dev dependencies
- matplotlib==3.8.0
Expand Down
1 change: 1 addition & 0 deletions environment-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- opencv==4.9.0
- python-dotenv==1.0.1
- click==8.1.7
- PyYAML==6.0.1
- pip
- pip:
- amazon-textract-textractor
Expand Down

0 comments on commit 0c232f3

Please sign in to comment.