diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c9694e5ce..fe17cdca1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,20 +21,21 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - + with: + fetch-depth: 0 # Fetch all history for setuptools_scm - name: Install uv uses: astral-sh/setup-uv@v3 with: version: "latest" - + - name: Set up Python run: uv python install 3.10 - + - name: Install development dependencies run: uv sync --group dev - + - name: Build project run: uv build - + - name: Install project in editable mode - run: uv pip install --editable . \ No newline at end of file + run: uv pip install --editable .