Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed Jul 10, 2024
1 parent 50ce5f9 commit 2bfab68
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ jobs:
name: Test quicktill
strategy:
matrix:
# Unfortunately the ubuntu-20.04 image already has
# postgresql-14 installed, not the native postgresql-12.
runs-on:
- 'ubuntu-20.04'
- 'ubuntu-22.04'
- 'ubuntu-24.04'
runs-on: ${{ matrix.runs-on }}

steps:
- name: Check out project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update OS package list
run: |
sudo apt-get update
Expand All @@ -37,13 +35,7 @@ jobs:
python3-requests \
python3-requests-oauthlib \
python3-sqlalchemy \
python3-twython \
python3-yaml
- name: Install python dependencies
# We need the latest flake8, we can't use the one packaged in
# ubuntu-20.04
run: |
pip3 install flake8
python3-tomli
- name: Lint with flake8
run: |
flake8 quicktill
Expand Down

0 comments on commit 2bfab68

Please sign in to comment.