Skip to content

Commit

Permalink
CI: ignore setuptools warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaagut committed Feb 1, 2025
1 parent 971885d commit 7334239
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7334239

Please sign in to comment.