mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-15 06:57:28 +00:00
adjust vmware requirement to latest tag
Require latest tag rather than main branch as main branch is broken. Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
This commit is contained in:
committed by
Sandro Bonazzola
parent
d5e364ab62
commit
4357ce5386
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
- name: Install environment
|
||||
run: |
|
||||
sudo apt-get install build-essential python3-dev
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Run unit tests
|
||||
run: python -m coverage run -a -m unittest discover -s tests -v
|
||||
|
||||
@@ -24,4 +24,4 @@ werkzeug==2.0.3
|
||||
aliyun-python-sdk-core-v3
|
||||
aliyun-python-sdk-ecs
|
||||
arcaflow-plugin-sdk==0.3.0
|
||||
git+https://github.com/vmware/vsphere-automation-sdk-python.git
|
||||
git+https://github.com/vmware/vsphere-automation-sdk-python.git@v8.0.0.0
|
||||
Reference in New Issue
Block a user