Skip to content

Commit

Permalink
More dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 12, 2024
1 parent 3e5c2f4 commit 2321831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- name: Set up dependencies
run: pip install playwright pytest-playwright solara[pytest] nbformat click pytest scipy
run: pip install playwright pytest-playwright solara[pytest] nbformat click pytest scipy astropy jdaviz
- name: Initialize playwright
run: playwright install
- name: Convert notebook to profiling script
Expand Down

0 comments on commit 2321831

Please sign in to comment.