From 9c13c47986251cff6b9f764d97f8c8d402e91e3b Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Fri, 18 Apr 2025 11:58:16 +0200 Subject: [PATCH] .github: fix simulator CI caused by imcompatibility between python3.10 and nosetests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f561faa1fc2d..7e82b777cdb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |