mirror of https://github.com/tqdm/tqdm.git
tests: fix asv
- vis. https://github.com/airspeed-velocity/asv/issues/1323
This commit is contained in:
parent
a4d15c8e2f
commit
3abcd2ac90
|
@ -37,7 +37,7 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
pip install -U wheel
|
pip install -U wheel packaging
|
||||||
pip install -U virtualenv asv
|
pip install -U virtualenv asv
|
||||||
git checkout master && git checkout -
|
git checkout master && git checkout -
|
||||||
asv machine --machine github-actions --yes
|
asv machine --machine github-actions --yes
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
pip install -U wheel
|
pip install -U wheel packaging
|
||||||
pip install -U virtualenv asv
|
pip install -U virtualenv asv
|
||||||
git checkout master && git checkout -
|
git checkout master && git checkout -
|
||||||
asv machine --machine github-actions --yes
|
asv machine --machine github-actions --yes
|
||||||
|
|
Loading…
Reference in New Issue