Skip to content

Commit c03f487

Browse files
committed
CI
1 parent 2db1354 commit c03f487

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Run a one-line script
11-
run: python -m pip install --user -e .
1210
- uses: ammaraskar/sphinx-action@master
1311
with:
12+
pre-build-command: "python -m pip install --user -e ."
1413
docs-folder: "docs/"
1514
- uses: actions/upload-artifact@v1
1615
with:

0 commit comments

Comments
 (0)