diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c63ebb8c..c194aafe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,6 +31,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.10' + - uses: actions/checkout@v4 - name: Run tests run: | make install-integration-tests