Remove warning (#1634)

Remove warning

Update CHANGELOG.md
This commit is contained in:
J. Borovec
2020-04-27 15:53:01 +02:00
parent afd0e5d02f
commit 2180aa19ad
5 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
name: CI testing
# https://help.github.com/en/actions/reference/events-that-trigger-workflows
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
@@ -116,6 +116,7 @@ jobs:
python setup.py check --metadata --strict
python setup.py sdist
twine check dist/*
#- name: Try install package
# if: ! startsWith(matrix.os, 'windows')
# run: |