Fix tox lint command (#623)

* Fix tox lint command

- Move apt-get install command to github actions to run on an ubuntu
  system only. This keeps tox.ini cross-platform and enabled to run on
  non-ubuntu systems locally.
- Add `-y` flag to apt-get install command so it does not wait for
  configuration on CI.

* Downgrade pylint to 2.9.x

* Add pip cache to github actions cache
This commit is contained in:
Owais Lone
2021-08-25 02:48:23 +05:30
committed by GitHub
parent d9c0116871
commit cc2529e2cd
4 changed files with 13 additions and 6 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.9.5