Omit codechecks

This commit is contained in:
Sajith Sasidharan 2020-02-26 09:09:54 -05:00
parent d996cc8d11
commit 5ba0ba787f

View File

@ -53,15 +53,6 @@ jobs:
- name: Display tool versions
run: python misc/build_helpers/show-tool-versions.py
# Codechecks errors out when running Towncrier within GitHub
# Actions. See this issue:
# https://github.com/hawkowl/towncrier/issues/175.
#
# Run codechecks anyway, and continue on error, for now.
- name: Run "tox -e codechecks"
run: tox -e codechecks
continue-on-error: true
- name: Run "tox -e coverage"
run: tox -e coverage