Skip to content

Commit

Permalink
Update ubuntu version in tests (#815)
Browse files Browse the repository at this point in the history
Specify the pylint version to ensure that tests do work as expected.
  • Loading branch information
sergio-costas authored Nov 27, 2024
1 parent 9a2a016 commit b02f651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/updatesnaptests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pylint
python3 -m pip install pylint==3.2.7
python3 -m pip install flake8
python3 -m pip install requests
python3 -m pip install pyyaml
Expand Down

0 comments on commit b02f651

Please sign in to comment.