Skip to content

Commit 0f1ce04

Browse files
committed
CI: explicitly remove numpy #21
1 parent 5ba5274 commit 0f1ce04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build:
3131
.test:
3232
stage: test
3333
script:
34-
- pip3 install --user pytest numpy
34+
- pip3 install --user pytest
3535
- rm -r objectbox # todo this is ugly; let's copy required files in a sub-folder instead?
3636
- pip3 install --user --force-reinstall dist/*.whl # Artifacts from the previous stage (downloaded by default)
3737
- ${PYTHON} -m pytest

0 commit comments

Comments
 (0)