Skip to content

Commit

Permalink
ci: fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 29, 2023
1 parent 62ae837 commit 631699e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Lint with flake8
run: |
flake8 --exclude _verion .
- name: Install dependencies
run: |
# prerequisites
Expand All @@ -31,8 +34,5 @@ jobs:
- name: Test with pytest
run: |
coverage run --source=afmformats -m pytest tests
- name: Lint with flake8
run: |
flake8 .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 631699e

Please sign in to comment.