Skip to content

Commit

Permalink
chore: update setup-python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Oct 27, 2023
1 parent 2ee41e9 commit 07ed606
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.5.0
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup Poetry
uses: Gr1N/setup-poetry@v8
cache: 'poetry'
- name: Run linters
run: |
poetry install
Expand Down

0 comments on commit 07ed606

Please sign in to comment.