Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d6ad7fc

Browse filesBrowse files
committed
fix install
1 parent 31ee998 commit d6ad7fc
Copy full SHA for d6ad7fc

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/documentation.yml

Copy file name to clipboardExpand all lines: .github/workflows/documentation.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5858

5959
- name: Install
60-
run: python setup.py install
60+
run: python -m pip install -e . -v --no-build-isolation
6161

6262
- name: Copy license, changelogs
6363
run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.