Skip to content

Commit 3abcd2a

Browse files
committed
tests: fix asv
- vis. airspeed-velocity/asv#1323
1 parent a4d15c8 commit 3abcd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: '3.x'
3838
- name: Install
3939
run: |
40-
pip install -U wheel
40+
pip install -U wheel packaging
4141
pip install -U virtualenv asv
4242
git checkout master && git checkout -
4343
asv machine --machine github-actions --yes
@@ -73,7 +73,7 @@ jobs:
7373
python-version: '3.x'
7474
- name: Install
7575
run: |
76-
pip install -U wheel
76+
pip install -U wheel packaging
7777
pip install -U virtualenv asv
7878
git checkout master && git checkout -
7979
asv machine --machine github-actions --yes

0 commit comments

Comments
 (0)