mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
build-lxd.yml: Use selenium 3 for test-dist-upgrade
This commit is contained in:
parent
af1b244f36
commit
5e3b68957c
2
.github/workflows/build-lxd.yml
vendored
2
.github/workflows/build-lxd.yml
vendored
@ -393,7 +393,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get -y install python3-venv
|
||||
python3 -m venv ./.venv
|
||||
./.venv/bin/pip install selenium
|
||||
./.venv/bin/pip install 'selenium>=3.0.0,<4.0.0'
|
||||
- name: download LXD image
|
||||
run: |
|
||||
image_url="${PREVIOUS_IMAGE_URL_AMD64?}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user