add libraw to workflow explicit install statement

This commit is contained in:
Xevion
2020-02-07 01:43:32 -06:00
parent adb99e39b6
commit 7df729057c

View File

@@ -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: |