Skip to content

Commit 69464f8

Browse files
committedJun 6, 2024
Fixing CI script
1 parent 803f098 commit 69464f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Setup Python environment
1919
run: |
2020
pip3 install -r requirements-docs.txt
21+
pip3 install .
2122
2223
- name: Build and deploy docs
2324
run: |

0 commit comments

Comments
 (0)