mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-06 05:15:52 -06:00
remove libraw from pythonapp workflow
This commit is contained in:
2
.github/workflows/pythonapp.yml
vendored
2
.github/workflows/pythonapp.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user