Skip to content

Commit

Permalink
update python linter runners
Browse files Browse the repository at this point in the history
  • Loading branch information
gytsto committed Dec 10, 2024
1 parent e973bdf commit 0582d52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
command: fmt
args: -- --check --color always
python-format-black:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- run: pip3 install --no-deps -r requirements.txt
Expand All @@ -101,15 +101,15 @@ jobs:
- run: black --check --diff --color .
working-directory: ci
python-format-isort:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- run: pip3 install --no-deps -r requirements.txt
- run: pipenv install --system
- run: isort --check-only --diff .
working-directory: nat-lab
python-format-autoflake:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- run: pip3 install --no-deps -r requirements.txt
Expand All @@ -118,7 +118,7 @@ jobs:
working-directory: nat-lab
python-lint:
needs: uniffi-bindings
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
Expand All @@ -134,7 +134,7 @@ jobs:
working-directory: nat-lab
natlab-typecheck:
needs: uniffi-bindings
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
Expand Down

0 comments on commit 0582d52

Please sign in to comment.