Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
version: "0.9.27"
python-version: "3.12"

- name: Run benchmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
version: "0.9.27"

- name: "Sync the virtual environment for ${{ github.repository }}"
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rhiza_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
version: "0.9.27"

- id: versions
env:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
version: "0.9.27"
python-version: ${{ matrix.python-version }}

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
version: "0.9.27"

# Execute the notebook with the appropriate runner based on its content
- name: Run notebook
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rhiza_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
version: "0.9.27"

- name: "Sync the virtual environment for ${{ github.repository }}"
shell: bash
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.9.26"
version: "0.9.27"

- name: "Sync the virtual environment for ${{ github.repository }}"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion actions/book/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
python-version: 3.12
ignore-empty-workdir: true
enable-cache: false
version: '0.9.26'
version: '0.9.27'

# Step 2: Download all artifacts from previous jobs
# This automatically retrieves artifacts uploaded by jobs specified in the 'needs' field
Expand Down
Loading