Skip to content

Commit 4fd9b57

Browse files
committed
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 <[email protected]>
1 parent 26d7cee commit 4fd9b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudbase_init_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Run Cloudbase-Init unit tests with tox
5454
shell: cmd
5555
run: |
56-
tox run-parallel --parallel-live --parallel-no-spinner -e py3,pep8
56+
tox -e py3,pep8
5757
windows-functional-tests:
5858
runs-on: windows-latest
5959
strategy:

0 commit comments

Comments
 (0)