We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d15c8 commit 3abcd2aCopy full SHA for 3abcd2a
.github/workflows/check.yml
@@ -37,7 +37,7 @@ jobs:
37
python-version: '3.x'
38
- name: Install
39
run: |
40
- pip install -U wheel
+ pip install -U wheel packaging
41
pip install -U virtualenv asv
42
git checkout master && git checkout -
43
asv machine --machine github-actions --yes
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
0 commit comments