Skip to content

Commit 9a8e459

Browse files
Added streamlit_app requirements to requirements-dev.txt file and added streamlit_app to ruff target for github actions workflows.
1 parent 38a8e29 commit 9a8e459

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Run Ruff checks
5252
run: |
53-
ruff check glue_jobs tests
53+
ruff check glue_jobs streamlit_app tests
5454
5555
- name: Run unit tests
5656
run: |

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r streamlit_app/requirements.txt
12
boto3
23
requests
34
ruff

0 commit comments

Comments
 (0)