Skip to content

Commit

Permalink
A fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 8, 2023
1 parent 71deb61 commit 567e23d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
sudo ./ci/lint/04_install.sh
echo =========================
echo "$PATH"
echo =========================
echo "PATH=/python_build/bin:$PATH" >> "$GITHUB_ENV"
- run: |
./test/lint/check-doc.py
Expand Down

0 comments on commit 567e23d

Please sign in to comment.