Skip to content

Commit e0065bf

Browse files
committed
Update dependency installation path in Sphinx workflow
1 parent b77d4c0 commit e0065bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install -e ./src
2221
pip install -r ./requirements.txt
22+
pip install -e .
2323
- name: Build HTML
2424
uses: ammaraskar/sphinx-action@master
2525
- name: Upload artifacts

0 commit comments

Comments
 (0)