github_actions: remove tox parallel
Sometimes, when running tox parallel on Github Actions, it fails on the Windows runners with 'Action Denied' to write a wheel file in the pip cache. Change-Id: Ifc1f4edf1cb1bfef97e5ced20eeada22b9eddc4a Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
This commit is contained in:
parent
26d7cee752
commit
4fd9b579f5
2
.github/workflows/cloudbase_init_tests.yml
vendored
2
.github/workflows/cloudbase_init_tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Run Cloudbase-Init unit tests with tox
|
||||
shell: cmd
|
||||
run: |
|
||||
tox run-parallel --parallel-live --parallel-no-spinner -e py3,pep8
|
||||
tox -e py3,pep8
|
||||
windows-functional-tests:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user