From 2321831773b717f81db54f9676dc13ea82041e3c Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 12 Nov 2024 14:15:03 +0000 Subject: [PATCH] More dependencies --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d460f4d..b09f6c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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