Skip to content

Commit

Permalink
adding missing file extension in workflow yaml file step
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeromard committed Nov 7, 2023
1 parent a75915f commit 796de49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown_to_rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
python-version: '3.9'
- name: install python packages
run:
pip install -r requirements
pip install -r requirements.txt
- name: run markdown_to_rss.py script
run: python markdown_to_rss.py
2 changes: 2 additions & 0 deletions test_product_updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Test

Testing to see if the workflow is triggered and runs successfully when I update this file.

First attempt failed on `pip install -r requirements`. That command is missing the file extension (the file is `requirements.txt`, not `requirements`). Trying again.

## 03 November 2023

Alpha
Expand Down

0 comments on commit 796de49

Please sign in to comment.