Skip to content

Commit 91d0c5f

Browse files
committed
a
1 parent b240364 commit 91d0c5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs-check.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.11"
30+
python-version: "3.12"
3131
cache: 'pip'
3232
cache-dependency-path: "docs/requirements.txt"
3333
- name: Install dependencies
@@ -36,10 +36,10 @@ jobs:
3636
- name: Build python wheel
3737
uses: ./.github/workflows/build_linux_wheel
3838
- name: Build Python
39-
working-directory: python
39+
working-directory: docs
4040
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
4343
- name: Run test
4444
working-directory: docs
4545
run: |

0 commit comments

Comments
 (0)