Skip to content

Commit

Permalink
updated requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
jibbs1703 committed Jan 14, 2025
1 parent bcf9f6d commit acf4895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
pytest==7.4.4
ruff==0.9.0

0 comments on commit acf4895

Please sign in to comment.