1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 20: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 - master
testimage: testimage:
only:
- tags
tags: tags:
- docker - docker
stage: test_image stage: test_image

View File

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