diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 78401a5..74ce7d3 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r tests/requirements.txt playwright install chromium --with-deps - name: Process issue description diff --git a/tests/requirements.txt b/tests/requirements.txt new file mode 100644 index 0000000..508a5f4 --- /dev/null +++ b/tests/requirements.txt @@ -0,0 +1 @@ +playwright