Skip to content

Commit

Permalink
Adds requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Nov 4, 2023
1 parent 824572b commit 8adbc65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/insert-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
python-version: '3.x'

# Install contents of requirements.txt
# - name: Install dependencies 📥
# run: |
# python -m pip install --upgrade pip
# cd lib && pip install -r requirements.txt
- name: Install dependencies 📥
run: |
python -m pip install --upgrade pip
cd lib && pip install -r requirements.txt
# The make command triggers all the Python scripts, generates output
- name: Run make command 🔨
Expand Down
1 change: 1 addition & 0 deletions lib/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PyYAML==6.0.1

0 comments on commit 8adbc65

Please sign in to comment.