Skip to content

Commit eb6cbb3

Browse files
committed
DONOTMERGE: Pin kcidb-io with preliminary v4.4 schema
1 parent 33caecc commit eb6cbb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: test
1313
types: [test]
1414

1515
env:
16-
KCIDB_IO_URL: kcidb-io@git+https://github.com/kernelci/kcidb-io.git@${{ github.event.client_payload.kcidb_io_ref || 'main' }}
16+
KCIDB_IO_URL: kcidb-io@git+https://github.com/kernelci/kcidb-io.git@${{ github.event.client_payload.kcidb_io_ref || 'add_schema_v4_4' }}
1717

1818
jobs:
1919
check_python:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jinja2
1515
python-dateutil
1616
cached-property
1717
jq@git+https://github.com/kernelci/jq.py.git@1.7.0.post1
18-
kcidb-io@git+https://github.com/kernelci/kcidb-io.git
18+
kcidb-io@git+https://github.com/kernelci/kcidb-io.git@add_schema_v4_4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"python-dateutil",
5959
"cached-property",
6060
"jq@git+https://github.com/kernelci/jq.py.git@1.7.0.post1",
61-
"kcidb-io@git+https://github.com/kernelci/kcidb-io.git",
61+
"kcidb-io@git+https://github.com/kernelci/kcidb-io.git@add_schema_v4_4",
6262
],
6363
extras_require=dict(
6464
dev=[

0 commit comments

Comments
 (0)