From 68c38c628782c78deb0ab0af41181b065608d78a Mon Sep 17 00:00:00 2001 From: tylerapritchard Date: Fri, 2 Feb 2024 10:23:53 -0500 Subject: [PATCH] Update python-app.yml to add lightkurve --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f3d4fca..7902121 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest + pip install flake8 pytest lightkurve if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: |