Skip to content

Commit

Permalink
trying to fix gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjmyers committed Apr 13, 2024
1 parent d614ca8 commit cd18466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.12'
python-version: '3.12.3'

- name: Install requirements
run: pip install .
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Python](https://img.shields.io/badge/python-3.12.3-blue.svg)

# Reddit Scraping

The purpose of this repo is to deploy AWS Lambda function that scrapes rising and hot reddit posts.
Expand Down

0 comments on commit cd18466

Please sign in to comment.