Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46c0c9 commit 2db1354Copy full SHA for 2db1354
1 file changed
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v1
10
- name: Run a one-line script
11
- run: python -m pip install -e .
+ run: python -m pip install --user -e .
12
- uses: ammaraskar/sphinx-action@master
13
with:
14
docs-folder: "docs/"
0 commit comments