We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd62cc commit 558b157Copy full SHA for 558b157
.github/workflows/main.yml
@@ -18,8 +18,8 @@ jobs:
18
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
19
python2 get-pip.py
20
rm get-pip.py
21
- python2 -m pip install --upgrade setuptools wheel
22
- python3 -m pip install --upgrade setuptools wheel
+ python2 -m pip install --upgrade setuptools wheel importlib_metadata
+ python3 -m pip install --upgrade setuptools wheel importlib_metadata
23
python2 setup.py sdist bdist_wheel
24
python3 setup.py sdist bdist_wheel
25
- name: Install
0 commit comments