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

fix: workflows

parent 4c2db053
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ jobs:
# cache: uv
- name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.13
cache: uv
with:
cache: uv
- name: Install dependencies
run: uv pip install -e .[dev]
- name: Build docs
......
......@@ -27,7 +27,8 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.13
cache: uv
with:
cache: uv
- name: Install dependencies
run: uv pip install -e .[dev]
- name: Analyzing the code with our lint
......
......@@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
run: uv venv --python 3.13
cache: uv
with:
cache: uv
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies
......@@ -27,7 +28,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
run: uv venv --python 3.13
cache: uv
with:
cache: uv
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies
......
......@@ -44,7 +44,8 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python ${{ matrix.python-version }}
run: uv venv --python 3.13
cache: uv
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.
Finish editing this message first!
Please register or to comment