diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7882645e9..a3af0498b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: - cron: '0 0 * * *' push: +env: + PYTHONWARNINGS: "ignore:::setuptools.command.install,ignore:::setuptools.command.easy_install,ignore:::pkg_resources,ignore:easy_install command is deprecated,ignore:setup.py install is deprecated" + jobs: build: runs-on: ubuntu-latest