Skip to content

Commit

Permalink
ci: Make type check optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetteadhikari committed Aug 28, 2024
1 parent 4272757 commit 47bcea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: run type check
run: |
mypy conda_smithy tests
continue-on-error: true # type check is optional

- name: coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 47bcea6

Please sign in to comment.