Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya authored Sep 17, 2024
1 parent 0fd62cc commit ac5d2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python2 get-pip.py
rm get-pip.py
python2 -m pip install --upgrade setuptools wheel
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
python2 setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
- name: Install
Expand Down

0 comments on commit ac5d2e5

Please sign in to comment.