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 f55375f commit bea10faCopy full SHA for bea10fa
.github/workflows/verify.yml
@@ -45,10 +45,10 @@ jobs:
45
- name: Create Python virtual environment
46
if: steps.cache-venv.outputs.cache-hit != 'true'
47
run: |
48
- pip install uv
49
- uv pip install virtualenv --upgrade
+ pip install virtualenv --upgrade
50
python -m venv venv
51
. venv/bin/activate
+ pip install uv
52
uv pip install -U pip setuptools wheel
53
uv pip install -r requirements_test.txt -r requirements_commit.txt
54
# TODO: Remove after update of aiohttp beyond 3.10.0
0 commit comments