Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/5342/head
Adam Warner 10 months ago
parent ab2aea7bbf
commit 1072727a33
No known key found for this signature in database

@ -80,7 +80,10 @@ jobs:
python-version: "3.10"
- name: Install wheel
run: pip install wheel
run: |
pip install --upgrade pip
pip install wheel
- name: Install dependencies
run: pip install -r test/requirements.txt

Loading…
Cancel
Save