Skip to content

Commit 3918e02

Browse files
committed
tree
1 parent 29827da commit 3918e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/accuracy_checker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-python@v4
34+
with: {python-version: 3.12}
35+
- run: tree
3436
- run: python -m pip install -r ./src/ci/requirements-check-basics.in -r ./src/ci/requirements-documentation.in
3537
- run: python ./src/ci/check-basics.py
3638
- run: python ./src/ci/prepare-documentation.py ./prepared-documentation

0 commit comments

Comments
 (0)