1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 12:42:27 +00:00

add pandas for testing

This commit is contained in:
J. Fernando Sánchez 2023-09-26 19:02:11 +02:00
parent f3d4415ffb
commit 66371c1cd8
2 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,8 @@ docker-latest:
- master
testimage:
only:
- tags
tags:
- docker
stage: test_image

View File

@ -1,3 +1,4 @@
mock
pytest-cov
pytest
pandas