Skip to content

Commit

Permalink
Switch to ubuntu:20.04 in CI because 18.04 is not supported anymore (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya committed Sep 1, 2023
1 parent e38c9d7 commit beb4f8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
# - name: Python code style linter
# - uses: wemake-services/wemake-python-styleguide@0.16.0
- name: Build
run: |
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 setup.py sdist bdist_wheel
Expand Down

0 comments on commit beb4f8d

Please sign in to comment.