We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ee998 commit d6ad7fcCopy full SHA for d6ad7fc
.github/workflows/documentation.yml
@@ -57,7 +57,7 @@ jobs:
57
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
58
59
- name: Install
60
- run: python setup.py install
+ run: python -m pip install -e . -v --no-build-isolation
61
62
- name: Copy license, changelogs
63
run: |
0 commit comments