Skip to content

Commit

Permalink
github_actions: remove tox parallel
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ader1990 committed Jun 12, 2024
1 parent 26d7cee commit 4fd9b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloudbase_init_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4fd9b57

Please sign in to comment.