Skip to content

Commit

Permalink
Update sphinx-gitpg.yml
Browse files Browse the repository at this point in the history
Setup Python
  • Loading branch information
arjbingly authored Apr 24, 2024
1 parent ea08ca6 commit 75278e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sphinx-gitpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install Deps
run: pip install -e .[dev]

Expand Down

0 comments on commit 75278e1

Please sign in to comment.