Skip to content

Commit

Permalink
Added req
Browse files Browse the repository at this point in the history
  • Loading branch information
aflah02 committed Dec 15, 2023
1 parent c12a560 commit dd32223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run serve_user
run: python yaml_to_readme.py
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyyaml

0 comments on commit dd32223

Please sign in to comment.