From acf4895b6e64dd6caf8b0b6d7c94c89f90cd1b5c Mon Sep 17 00:00:00 2001 From: Abraham Ajibade <97408939+jibbs1703@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:29:13 -0500 Subject: [PATCH] updated requirements file --- .github/workflows/dev-test.yaml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-test.yaml b/.github/workflows/dev-test.yaml index d77ac07..a6353ad 100644 --- a/.github/workflows/dev-test.yaml +++ b/.github/workflows/dev-test.yaml @@ -41,7 +41,7 @@ jobs: run: | python -m ruff check src/ tests/ - - name: Run Sync ETL file + - name: Run ETL file run: | echo "running python src/etl.py" diff --git a/requirements.txt b/requirements.txt index 5bc0c29..1696e7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ python-dotenv==1.0.1 botocore==1.35.57 aiohttp==3.11.10 black==24.10.0 -pytest==7.4.4 \ No newline at end of file +pytest==7.4.4 +ruff==0.9.0 \ No newline at end of file