mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-10 04:08:04 -06:00
change req and workflow for numpy, install numpy explicitly in workflow
This commit is contained in:
1
.github/workflows/pythonapp.yml
vendored
1
.github/workflows/pythonapp.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install numpy cython
|
||||
pip3 install -r requirements.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user