Skip to content

Commit

Permalink
Merge pull request #80 from sabonerune/maint/fix-ci
Browse files Browse the repository at this point in the history
MAINT: Bump up `actions/checkout` `actions/setup-python`
  • Loading branch information
r9y9 authored Jul 13, 2024
2 parents f0d4d22 + ba2fcd1 commit 935ed40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@ jobs:
python-version: 3.9

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Lint with pysen
if: ${{ matrix.python-version != '3.7' }}
run: |
pysen run lint
- name: Test with pytest
Expand Down

0 comments on commit 935ed40

Please sign in to comment.