Skip to content

Commit 6c5636c

Browse files
committed
Set kim-api version to 2.3.0 in GH CI
1 parent c42a45b commit 6c5636c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache-environment: true
2121
create-args: >-
2222
python=3.10
23-
kim-api=2.4.1
23+
kim-api=2.3.0
2424
2525
- name: Install dependencies
2626
shell: bash -el {0}

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache-environment: true
2323
create-args: >-
2424
python=${{ matrix.python-version }}
25-
kim-api=2.4.1
25+
kim-api=2.3.0
2626
2727
- name: Install KIM model
2828
shell: bash -el {0}

0 commit comments

Comments
 (0)