We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29827da commit 3918e02Copy full SHA for 3918e02
.github/workflows/accuracy_checker.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- uses: actions/checkout@v3
33
- uses: actions/setup-python@v4
34
+ with: {python-version: 3.12}
35
+ - run: tree
36
- run: python -m pip install -r ./src/ci/requirements-check-basics.in -r ./src/ci/requirements-documentation.in
37
- run: python ./src/ci/check-basics.py
38
- run: python ./src/ci/prepare-documentation.py ./prepared-documentation
0 commit comments