Skip to content

Commit

Permalink
Try to prep for Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Dec 20, 2024
1 parent c5807ec commit ad028d1
Show file tree
Hide file tree
Showing 3 changed files with 1,374 additions and 1,040 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
name: Checkout
uses: actions/checkout@v4

- id: setup-playwright
name: Setup Playwright
run: npx playwright install-deps

- id: setup-python
name: Setup Python
uses: actions/setup-python@v5
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ click = "*"
xlrd = "*"
retry = "*"
urllib3 = "1.26.18" # pegged to avoid test issue
pytest-playwright = "*"

[requires]
python_version = "3.9"
Expand Down
Loading

0 comments on commit ad028d1

Please sign in to comment.