Skip to content

Commit

Permalink
DONOTMERGE: Pin kcidb-io with preliminary v4.4 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Jun 6, 2024
1 parent 6c9e9e3 commit 4816023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: test
types: [test]

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

jobs:
check_python:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jinja2
python-dateutil
cached-property
jq@git+https://github.com/kernelci/jq.py.git@1.7.0.post1
kcidb-io@git+https://github.com/kernelci/kcidb-io.git
kcidb-io@git+https://github.com/kernelci/kcidb-io.git@add_schema_v4_4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"python-dateutil",
"cached-property",
"jq@git+https://github.com/kernelci/jq.py.git@1.7.0.post1",
"kcidb-io@git+https://github.com/kernelci/kcidb-io.git",
"kcidb-io@git+https://github.com/kernelci/kcidb-io.git@add_schema_v4_4",
],
extras_require=dict(
dev=[
Expand Down

0 comments on commit 4816023

Please sign in to comment.