.github: fix simulator CI caused by imcompatibility between python3.10 and nosetests (#10753)

This commit is contained in:
Wei Zhou 2025-04-18 13:27:32 +02:00 committed by GitHub
parent f2e688af26
commit f055268fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,7 +232,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid pynose
- name: Install jacoco dependencies
run: |