Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalev authored Sep 17, 2023
1 parent 27150e0 commit f2dbd1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
jobs:
test:
name: Lint test
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -24,7 +24,7 @@ jobs:
pip install flake8
flake8 . --max-line-length=130
buildx:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout
Expand Down

0 comments on commit f2dbd1f

Please sign in to comment.