diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 098611e932a815c6674f1afd9590b8769fca0435..cd56550536a1a138d63a74b3e6fb298a3e2bc8f5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,8 +34,6 @@ jobs: # cache: uv - name: Set up Python ${{ matrix.python-version }} run: uv venv --python 3.13 - with: - cache: uv - name: Install dependencies run: uv pip install -e .[dev] - name: Build docs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 22c1994714d4f07421c89d2f20cdf3935ad67976..1333aade1fa0e6f53ee00a2f83246c5d4f2cbfe6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,8 +27,6 @@ jobs: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Set up Python ${{ matrix.python-version }} run: uv venv --python 3.13 - with: - cache: uv - name: Install dependencies run: uv pip install -e .[dev] - name: Analyzing the code with our lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96c8d011cc6e34b8e0973ab98585937a073a8fae..0637f8adf1999b2d832b0fd59024d63f58c7197b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,6 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python run: uv venv --python 3.13 - with: - cache: uv - name: Install uv run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Install dependencies @@ -28,8 +26,6 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python run: uv venv --python 3.13 - with: - cache: uv - name: Install uv run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7dccfac752254efa4a8ad073da9285eff18e182e..7b8d4c2f57c79552f48443a2ecaac427b5ac1159 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,8 +44,6 @@ jobs: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Set up Python ${{ matrix.python-version }} run: uv venv --python 3.13 - with: - cache: uv # only needed for local testing # - name: Add Poetry to PATH