From 75d830a6f7a6e903595057a265e49242fe2ca19f Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Sun, 10 Sep 2023 13:09:05 +0200 Subject: [PATCH] Install py to handle https://github.com/kevlened/pytest-parallel/issues/118\#issuecomment-1294063209 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 88e9e89..81b9a68 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,7 +49,7 @@ jobs: local-identifier: 'random' - name: Test run: | - pip install pytest pytest-parallel selenium + pip install pytest pytest-parallel py selenium cd test ./test.sh - name: 'Stop BrowserStackLocal'