remove libraw from pythonapp workflow

This commit is contained in:
Xevion
2020-02-07 01:58:10 -06:00
parent 7df729057c
commit 33dc480bb4

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy cython libraw
pip install numpy cython
pip3 install -r requirements.txt
- name: Lint with flake8
run: |