Skip to content

Commit 2484b69

Browse files
committed
Remove python install
1 parent a4d7306 commit 2484b69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
- uses: actions/checkout@v1
1515
# https://github.com/marketplace/actions/setup-python
1616
# ^-- This gives info on matrix testing.
17-
- name: Install Python
18-
uses: actions/setup-python@v1
19-
with:
20-
python-version: 3.8
2117
- uses: ammaraskar/sphinx-action@master
2218
with:
2319
pre-build-command: "pip install -e ."

0 commit comments

Comments
 (0)