Skip to content

Commit

Permalink
gh-actions: make 3.12 the linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 2, 2024
1 parent 9338796 commit 4984bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox
- name: Lint with tox
if: matrix.python-version == 3.10
if: matrix.python-version == 3.12
run: tox -e black,flake8,lint
- name: Test with tox
run: |
pyenv="py$(echo "${{ matrix.python-version }}" | tr -d '.')"
tox -e ${pyenv}-test
- name: Build doc
if: matrix.python-version == 3.10
if: matrix.python-version == 3.12
run: tox -e codespell,build-doc
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@main
with:
flags: ${{ matrix.python-version }}
- name: Upload doc
if: matrix.python-version == 3.10
if: matrix.python-version == 3.12
run: |
git fetch origin gh_pages
git checkout gh_pages
Expand Down

0 comments on commit 4984bb3

Please sign in to comment.