Skip to content

Commit 3328431

Browse files
Update UV to 0.7.2 in github workflow and update uv.lock file (#547)
Co-authored-by: devops <devops@runtimeverification.com>
1 parent 44e2249 commit 3328431

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ RUN mkdir /home/${USER}/workspace
2222
WORKDIR /home/${USER}/workspace
2323

2424
ENV PATH=/home/${USER}/.local/bin:${PATH}
25-
RUN curl -LsSf https://astral.sh/uv/install.sh | sh && uv --version
25+
RUN curl -LsSf https://astral.sh/uv/0.7.2/install.sh | sh && uv --version

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
uses: actions/checkout@v4
4141
- name: 'Install uv'
4242
uses: astral-sh/setup-uv@v5
43+
with:
44+
version: 0.7.2
4345
- name: 'Run code quality checks'
4446
run: make check
4547

@@ -52,6 +54,8 @@ jobs:
5254
uses: actions/checkout@v4
5355
- name: 'Install uv'
5456
uses: astral-sh/setup-uv@v5
57+
with:
58+
version: 0.7.2
5559
- name: 'Run unit tests'
5660
run: make test-unit
5761

kmir/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kmir"
7-
version = "0.3.132"
7+
version = "0.3.133"
88
description = ""
99
requires-python = "~=3.10"
1010
dependencies = [

kmir/src/kmir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from typing import Final
22

3-
VERSION: Final = '0.3.132'
3+
VERSION: Final = '0.3.133'

kmir/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.132
1+
0.3.133

0 commit comments

Comments
 (0)