We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5138d1 + daa9695 commit 233df0cCopy full SHA for 233df0c
.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