Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya authored Sep 1, 2023
1 parent 3a86ef0 commit 3eac23c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
# - uses: wemake-services/wemake-python-styleguide@0.16.0
- name: Build
run: |
sudo apt install -y python-pip
wget https://bootstrap.pypa.io/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 setup.py sdist bdist_wheel
Expand Down

0 comments on commit 3eac23c

Please sign in to comment.