From 7df729057ce92053652f94863b2842fe61585503 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 7 Feb 2020 01:43:32 -0600 Subject: [PATCH] add libraw to workflow explicit install statement --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 4af0365..cd853ce 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install numpy cython + pip install numpy cython libraw pip3 install -r requirements.txt - name: Lint with flake8 run: |