Skip to content

Commit bea10fa

Browse files
committed
Include aiohttp patch in verify
1 parent f55375f commit bea10fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
- name: Create Python virtual environment
4646
if: steps.cache-venv.outputs.cache-hit != 'true'
4747
run: |
48-
pip install uv
49-
uv pip install virtualenv --upgrade
48+
pip install virtualenv --upgrade
5049
python -m venv venv
5150
. venv/bin/activate
51+
pip install uv
5252
uv pip install -U pip setuptools wheel
5353
uv pip install -r requirements_test.txt -r requirements_commit.txt
5454
# TODO: Remove after update of aiohttp beyond 3.10.0

0 commit comments

Comments
 (0)