tests: fix asv

- vis. https://github.com/airspeed-velocity/asv/issues/1323
This commit is contained in:
Casper da Costa-Luis 2024-02-05 22:58:57 +00:00
parent a4d15c8e2f
commit 3abcd2ac90
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
python-version: '3.x'
- name: Install
run: |
pip install -U wheel
pip install -U wheel packaging
pip install -U virtualenv asv
git checkout master && git checkout -
asv machine --machine github-actions --yes
@ -73,7 +73,7 @@ jobs:
python-version: '3.x'
- name: Install
run: |
pip install -U wheel
pip install -U wheel packaging
pip install -U virtualenv asv
git checkout master && git checkout -
asv machine --machine github-actions --yes