Skip to content

Playwright install

Playwright install #5

Workflow file for this run

name: Automated test
on:
workflow_dispatch:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
name: Python 3.12
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Set up dependencies
run: pip install playwright pytest-playwright solara[pytest] nbformat click pytest
- name: Initialize playwright
run: playwright install
run: python convert.py imviz-profile.ipynb imviz-profile.py

Check failure on line 21 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Automated test

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 21, Col: 9): 'run' is already defined
working-directory: ./automated
- name: Run profiling script
run: pytest imviz-profile.py
working-directory: ./automated