Skip to content

Commit a2fd874

Browse files
authored
Update Python version and linkml package version
1 parent e8be6ae commit a2fd874

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-generate_yaml_model.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.9
21+
python-version: "3.10.x"
2222

2323
- name: Install the required python packages
2424
run: |
2525
python -m pip install .[test]
26-
pip install linkml=="1.8.1" # specify the older version of linkml
26+
pip install linkml=="1.11.1" # specify the older version of linkml
2727
pip install git+https://github.com/brain-bican/bkbit.git
2828
2929
- name: Other installations

0 commit comments

Comments
 (0)