Skip to content

Commit b72a95f

Browse files
committed
Install dependencies after checkout
1 parent c7ddfab commit b72a95f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
docs:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- uses: actions/checkout@v3
1718
- name: Set up Python
1819
uses: actions/setup-python@v4
1920
with:
@@ -22,7 +23,6 @@ jobs:
2223
run: |
2324
python -m pip install --upgrade pip
2425
pip install -e .[docs]
25-
- uses: actions/checkout@v3
2626
- uses: ammaraskar/sphinx-action@master
2727
with:
2828
docs-folder: "docs/"

0 commit comments

Comments
 (0)