From 7ec46334f05c171c7209dc897ca38cb6c4e19273 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 23 Dec 2022 13:55:35 +0100 Subject: use right playwright version --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2226c44..084eb35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,9 @@ before_script: test: script: - - pip install playwright && playwright install firefox && playwright install-deps + - pip install poetry && pip install "playwright=="$(poetry show playwright | grep version | cut -f 2 -d : | tr -d " ") + - playwright install firefox + - playwright install-deps - tox -e python -- --browser firefox test-pypy: -- cgit v1.2.3