Skip to content

Commit daa9695

Browse files
authored
Fix CI failure in make old_version_tests (openai#1710)
1 parent 3556d7b commit daa9695

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@ jobs:
8484
enable-cache: true
8585
- name: Install dependencies
8686
run: make sync
87+
- name: Install Python 3.9 dependencies
88+
run: UV_PROJECT_ENVIRONMENT=.venv_39 uv sync --all-extras --all-packages --group dev
8789
- name: Run tests
8890
run: make old_version_tests

0 commit comments

Comments
 (0)