Commit 91d0c5f 1 parent b240364 commit 91d0c5f Copy full SHA for 91d0c5f
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
29
29
with :
30
- python-version : " 3.11 "
30
+ python-version : " 3.12 "
31
31
cache : ' pip'
32
32
cache-dependency-path : " docs/requirements.txt"
33
33
- name : Install dependencies
@@ -36,10 +36,10 @@ jobs:
36
36
- name : Build python wheel
37
37
uses : ./.github/workflows/build_linux_wheel
38
38
- name : Build Python
39
- working-directory : python
39
+ working-directory : docs
40
40
run : |
41
- python -m pip install $(ls target/wheels/*.whl)
42
- python -m pip install -r ../docs/ requirements.txt
41
+ python -m pip install $(ls ../python/ target/wheels/*.whl)
42
+ python -m pip install -r requirements.txt
43
43
- name : Run test
44
44
working-directory : docs
45
45
run : |
You can’t perform that action at this time.
0 commit comments