Skip to content

Commit

Permalink
ci: oauth tests do not work with playwright 1.42.0 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 7, 2024
1 parent 9e3cdae commit 81c681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: mkdir test-results
- name: Install
run: |
pip install ".[dev,server,flask,documentation,pytest]" "voila~=${{ matrix.voila }}" "jupyterlab<4" "pydantic<2"
pip install ".[dev,server,flask,documentation,pytest]" "voila~=${{ matrix.voila }}" "jupyterlab<4" "pydantic<2" "playwright==1.41.2"
(cd packages/solara-enterprise && pip install ".[ssg,auth]" "ipywidgets~=${{ matrix.ipywidgets }}")
- name: Install playwright
run: playwright install
Expand Down

0 comments on commit 81c681a

Please sign in to comment.