Skip to content

Commit

Permalink
Run the standard Playwright install in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jul 23, 2023
1 parent 033ef34 commit 7f190d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: ${{ matrix.python-version == '3.7' }}
run: make install-python-test-37
- name: Install Playwright browser
run: playwright install firefox --with-deps
run: make install-playwright
- name: Install Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7f190d6

Please sign in to comment.