Skip to content

Commit

Permalink
retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Oct 22, 2024
1 parent 0557288 commit d8cb442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accuracy_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with: {python-version: 3.12}
- run: python -m pip install -r ./ci/requirements-check-basics.in -r ./ci/requirements-documentation.in
- run: python -m pip install --requirement ./ci/requirements-check-basics.in --requirement ./ci/requirements-documentation.in
- run: python ./ci/check-basics.py
- run: python ./ci/prepare-documentation.py ./prepared-documentation
- run: python ./ci/prepare-documentation.py ./prepared-documentation/

0 comments on commit d8cb442

Please sign in to comment.