Skip to content

Commit

Permalink
Sentiment: Fix lint error
Browse files Browse the repository at this point in the history
Added sentiment requirements.txt to make install
  • Loading branch information
nico-corthorn committed Jan 5, 2025
1 parent ac3486c commit 8837827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ install:
pip install -r lambda_requirements.txt &&\
pip install -r dev_requirements.txt &&\
pip install -r tests/test_requirements.txt &&\
pip install -r esgtools/sentiment/inference_pipeline/requirements.txt &&\
pip install -e . --use-pep517

update-conda-env:
Expand Down

0 comments on commit 8837827

Please sign in to comment.