Skip to content

Commit 2db1354

Browse files
committed
CI
1 parent f46c0c9 commit 2db1354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Run a one-line script
11-
run: python -m pip install -e .
11+
run: python -m pip install --user -e .
1212
- uses: ammaraskar/sphinx-action@master
1313
with:
1414
docs-folder: "docs/"

0 commit comments

Comments
 (0)