Skip to content

Commit

Permalink
Add dependencies installation to assemble-readme workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phurwicz committed May 8, 2023
1 parent 8e47a5f commit 1159edb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/assemble-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run script and get output files
run: |
pip install -r requirements-dev.txt
python docs/pipelines/generate_readme.py
mv docs/pipelines/README*.md ./
git add ./README*.md
git commit -m ""
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 1159edb

Please sign in to comment.