mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-07-04 10:52:24 +02:00
ci: install the [dev] extra (pytest) in the release cloak/webgl guard step
The gate runner only had Playwright; `pip install -e .` doesn't pull pytest (a dev dep), so `python -m pytest` failed with "No module named pytest". Install ".[dev]" like e2e.yml does.
This commit is contained in:
parent
c2103ed0db
commit
d4db15d37b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -355,7 +355,7 @@ jobs:
|
||||||
- name: Cloak + WebGL-masking guards (headed)
|
- name: Cloak + WebGL-masking guards (headed)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --quiet -e .
|
python -m pip install --quiet ".[dev]"
|
||||||
INVPW_BINARY_PATH="$FF_EXE" python -m pytest \
|
INVPW_BINARY_PATH="$FF_EXE" python -m pytest \
|
||||||
tests/test_cloak.py \
|
tests/test_cloak.py \
|
||||||
"tests/test_fingerprint_surface.py::test_webgl_readpixels_no_masking_signature" \
|
"tests/test_fingerprint_surface.py::test_webgl_readpixels_no_masking_signature" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue