Skip to content

Commit

Permalink
pip install poetry in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
graciegoheen committed Jun 7, 2023
1 parent 8919648 commit f851911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Deploy to GitHub Pages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Extract Major and Minor Version
Expand Down

0 comments on commit f851911

Please sign in to comment.