debug pexcept line length problem #25
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests-all | |
on: [push] | |
jobs: | |
run-checks: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: sudo apt update | |
- run: sudo apt install cmdtest figlet python3-flask-restful python3-pexpect python3-aiosmtpd python3-mock diffstat | |
- run: dpkg -l python3-ptyprocess | |
- run: ./run_tests cmdtests utf-8 |