Skip to content

Commit

Permalink
Merge pull request #85 from omnilib/py39
Browse files Browse the repository at this point in the history
Turn on linting for python 3.9
  • Loading branch information
amyreese committed Mar 1, 2021
2 parents 962e928 + 3dee160 commit b73c14d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -47,7 +47,6 @@ jobs:
run: make test
- name: Lint
run: make lint
if: ${{ matrix.python-version != '3.9' }}
- name: Coverage
run: codecov --token ${{ secrets.CODECOV_TOKEN }} --branch ${{ github.ref }}
continue-on-error: true

0 comments on commit b73c14d

Please sign in to comment.