Skip to content

Commit

Permalink
ci: update setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Jun 18, 2024
1 parent e7c23ee commit 8931637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: pip install ruff
- name: linters
run: |
Expand All @@ -22,7 +22,7 @@ jobs:
django: '5.1a1'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run: pip install . coverage tomli "django==${{ matrix.django }}"
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: pip install build
- name: build
run: python3 -m build
Expand Down

0 comments on commit 8931637

Please sign in to comment.