mirror of https://github.com/apache/cloudstack.git
.github: fix test_certauthority_root in 4.19 (#10037)
This commit is contained in:
parent
762d5493dd
commit
47f60190a9
|
|
@ -220,9 +220,9 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.10'
|
||||
architecture: 'x64'
|
||||
|
||||
- name: Install Build Dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue