Skip to content

Commit

Permalink
Oops, missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Jun 26, 2024
1 parent d887825 commit 7f2afea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- uses: actions/checkout@v4.1.7
with:
submodules: 'true'
- name: Set up Python
uses: actions/setup-python@v5.1.0
- name: Install poetry
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.10'
cache: 'poetry'
Expand Down

0 comments on commit 7f2afea

Please sign in to comment.