Skip to content

Commit

Permalink
Remove Playwright from CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alserene committed Jul 23, 2024
1 parent b1c2c09 commit 5116422
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ jobs:
echo `pwd`
python -m pip install -e . --no-deps
- name: Install playwright browsers
run: |
pip install pytest-playwright
playwright install-deps
playwright install
# python -m playwright install --with-deps
- name: Conda list
shell: bash -l {0}
run: conda list
Expand Down

0 comments on commit 5116422

Please sign in to comment.