Skip to content

Commit d6ad7fc

Browse files
committed
fix install
1 parent 31ee998 commit d6ad7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
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)