1 parent b77d4c0 commit e0065bfCopy full SHA for e0065bf
1 file changed
.github/workflows/sphinx.yml
@@ -18,8 +18,8 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install -e ./src
22
pip install -r ./requirements.txt
+ pip install -e .
23
- name: Build HTML
24
uses: ammaraskar/sphinx-action@master
25
- name: Upload artifacts
0 commit comments