Skip to content

Commit db5f7ac

Browse files
committed
limiting python version for agentlab
1 parent 39aa780 commit db5f7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v5
5757
with:
58-
python-version: '>=3.10'
58+
python-version: '>=3.10,<3.13'
5959
cache: 'pip' # caching pip dependencies
6060

6161
- name: Install AgentLab

0 commit comments

Comments
 (0)