diff options
| -rw-r--r-- | .github/workflows/build.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 42d6562db6..d318d2eaf3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,8 +58,8 @@ jobs:        - name: Checkout code          uses: actions/checkout@v4          with: -          ref: ${{ github.event.pull_request.head.sha || github.sha }}     -         +          ref: ${{ github.event.pull_request.head.sha || github.sha }} +        - name: Setup python          uses: actions/setup-python@v5          with: | 
