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 7b10376 + daa9695 commit b79076bCopy full SHA for b79076b
.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