Skip to content
Snippets Groups Projects
Commit 0cf424c1 authored by James Briggs's avatar James Briggs
Browse files

fix: drop old py cache

parent 0ecf9959
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment