Skip to content

Commit

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

0 comments on commit 0557288

Please sign in to comment.