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.
1 parent 4a14322 commit 639cb66Copy full SHA for 639cb66
.github/workflows/flake8-and-mypy.yml
@@ -42,7 +42,8 @@ jobs:
42
python -m venv venv
43
source venv/bin/activate
44
python -m pip install --upgrade pip
45
- python -m pip install uv
+ # uv==0.8.6 is the last version that supports python 3.9
46
+ python -m pip install uv==0.8.6
47
python -m uv sync --extra dev --active
48
49
- name: Flake8
.github/workflows/unit-and-integration-tests.yml
@@ -39,7 +39,8 @@ jobs:
39
40
41
- name: Unit tests
0 commit comments