Skip to content

Commit ac5d2e5

Browse files
authored
Fix CI
1 parent 0fd62cc commit ac5d2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
1919
python2 get-pip.py
2020
rm get-pip.py
21-
python2 -m pip install --upgrade setuptools wheel
22-
python3 -m pip install --upgrade setuptools wheel
21+
python2 -m pip install --upgrade setuptools wheel importlib_metadata
22+
python3 -m pip install --upgrade setuptools wheel importlib_metadata
2323
python2 setup.py sdist bdist_wheel
2424
python3 setup.py sdist bdist_wheel
2525
- name: Install

0 commit comments

Comments
 (0)