There was an error while loading. Please reload this page.
make old_version_tests
1 parent 3556d7b commit daa9695Copy full SHA for daa9695
.github/workflows/tests.yml
@@ -84,5 +84,7 @@ jobs:
84
enable-cache: true
85
- name: Install dependencies
86
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
89
- name: Run tests
90
run: make old_version_tests
0 commit comments