Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclenn77 authored Sep 26, 2024
2 parents f68abaf + 95706db commit 5065960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r wk_flow_requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py')
2 changes: 1 addition & 1 deletion wk_flow_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ openai==1.47.1
python-dotenv==1.0.1
streamlit==1.38.0
tiktoken==0.7.0
PyMuPDF==1.24.10
PyMuPDF==1.24.10

0 comments on commit 5065960

Please sign in to comment.