attempt to do something useful

This commit is contained in:
Jean-Paul Calderone 2023-08-07 10:47:36 -04:00
parent e6e38128bc
commit 862bda9e63

View File

@ -161,6 +161,16 @@ jobs:
- "run": - "run":
<<: *INSTALL_TOX <<: *INSTALL_TOX
- "run":
name: "Display tool versions"
command: |
python misc/build_helpers/show-tool-versions.py
- "run":
name: "Run Unit Tests"
command: |
python -m tox
pyinstaller: pyinstaller:
docker: docker:
- <<: *DOCKERHUB_AUTH - <<: *DOCKERHUB_AUTH