Skip to content

Commit 0f01bcd

Browse files
committed
test fix
1 parent 5cba687 commit 0f01bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install pytest pandas numpy entsoe-py redis tensorflow scikit-learn sphinx
32+
pip install pytest pandas numpy entsoe-py redis tensorflow scikit-learn sphinx matplotlib
3333
pip install .
3434
3535
# Run pytest to execute tests

0 commit comments

Comments
 (0)