mirror of
https://github.com/benjaminjacobreji/standardnotes-extensions.git
synced 2026-02-03 02:44:00 +08:00
Added install dependencies to Github action
This commit is contained in:
committed by
GitHub
parent
dbd8db6d48
commit
f938e5a8fc
5
.github/workflows/update-extensions.yml
vendored
5
.github/workflows/update-extensions.yml
vendored
@@ -27,6 +27,11 @@ jobs:
|
||||
|
||||
- name: Setup-Python@v2
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Update Extensions
|
||||
run: python update.py
|
||||
|
||||
Reference in New Issue
Block a user