diff --git a/.github/workflows/testing_multiversion.yml b/.github/workflows/testing_multiversion.yml index 4f788331..cfe40a0b 100644 --- a/.github/workflows/testing_multiversion.yml +++ b/.github/workflows/testing_multiversion.yml @@ -27,15 +27,14 @@ jobs: with: fetch-depth: 0 + - name: Install uv + uses: astral-sh/setup-uv@v5 + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - curl -LsSf https://astral.sh/uv/install.sh | sh - - name: Install package run: | uv pip install ".[dev]"