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: ...@@ -34,8 +34,6 @@ jobs:
# cache: uv # cache: uv
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.13 run: uv venv --python 3.13
with:
cache: uv
- name: Install dependencies - name: Install dependencies
run: uv pip install -e .[dev] run: uv pip install -e .[dev]
- name: Build docs - name: Build docs
......
...@@ -27,8 +27,6 @@ jobs: ...@@ -27,8 +27,6 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.13 run: uv venv --python 3.13
with:
cache: uv
- name: Install dependencies - name: Install dependencies
run: uv pip install -e .[dev] run: uv pip install -e .[dev]
- name: Analyzing the code with our lint - name: Analyzing the code with our lint
......
...@@ -12,8 +12,6 @@ jobs: ...@@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
run: uv venv --python 3.13 run: uv venv --python 3.13
with:
cache: uv
- name: Install uv - name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies - name: Install dependencies
...@@ -28,8 +26,6 @@ jobs: ...@@ -28,8 +26,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
run: uv venv --python 3.13 run: uv venv --python 3.13
with:
cache: uv
- name: Install uv - name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies - name: Install dependencies
......
...@@ -44,8 +44,6 @@ jobs: ...@@ -44,8 +44,6 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.13 run: uv venv --python 3.13
with:
cache: uv
# only needed for local testing # only needed for local testing
# - name: Add Poetry to PATH # - name: Add Poetry to PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment