Skip to content

Commit 784f4cb

Browse files
committed
CI
1 parent d902bb0 commit 784f4cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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 -e .
1012
- uses: ammaraskar/sphinx-action@master
1113
with:
1214
docs-folder: "docs/"

0 commit comments

Comments
 (0)