Skip to content

Commit 1d2ce3b

Browse files
committed
🚧 update lls version to 0.3.5 in toml and thus tests
1 parent 6e810b1 commit 1d2ce3b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/.pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [main]
66
push:
7-
branches: [main]
7+
branches: [main, update_lls_version_on_tests]
88

99
jobs:
1010
pre-commit:

.github/workflows/pr-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
REGISTRY: quay.io
99
ORG: trustyai_testing
1010
IMAGE_NAME: llama-stack-trustyai-fms
11-
MODULE_VERSION: '0.2.2'
11+
MODULE_VERSION: '0.3.2'
1212

1313
jobs:
1414
build-and-push:

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [main]
66
push:
7-
branches: [main]
7+
branches: [main, update_lls_version_on_tests]
88

99
jobs:
1010
trivy-scan:

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tier 1 - unit tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, update_lls_version_on_tests]
66
pull_request:
77
branches: [main]
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test = [
3333
"pytest-asyncio>=0.21.0",
3434
"pytest-httpx>=0.21.0",
3535
"pytest-mock>=3.10.0",
36-
"llama-stack==0.2.22",
36+
"llama-stack==0.3.5",
3737
]
3838

3939
[tool.ruff]

0 commit comments

Comments
 (0)