.github/*: Use latest version of selenium

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-10-23 20:49:54 +02:00
parent 2df558d242
commit 4632ddb663
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
3 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Selenium
run: pip install selenium==4.10.0
run: pip install selenium
- name: Wait for container startup
run: |
@ -421,7 +421,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Selenium
run: pip install selenium==4.10.0
run: pip install selenium
- name: Wait for container startup
run: |
set -e

View File

@ -208,7 +208,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Selenium
run: pip install selenium==4.10.0
run: pip install selenium
- name: download LXD image from artifact store
uses: actions/download-artifact@v3
with:
@ -331,7 +331,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Selenium
run: pip install selenium==4.10.0
run: pip install selenium
- name: download LXD image from artifact store
uses: actions/download-artifact@v3
with:

View File

@ -173,7 +173,7 @@ jobs:
set -x
mv output/${ARTIFACT_FILE?} ncp.img
sudo apt-get install -y systemd-container
sudo pip install selenium==4.10.0
sudo pip install selenium
sudo rm -rf raspbian_root
. ./build/buildlib.sh
mount_raspbian "ncp.img"