We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba5274 commit 0f1ce04Copy full SHA for 0f1ce04
.gitlab-ci.yml
@@ -31,7 +31,7 @@ build:
31
.test:
32
stage: test
33
script:
34
- - pip3 install --user pytest numpy
+ - pip3 install --user pytest
35
- rm -r objectbox # todo this is ugly; let's copy required files in a sub-folder instead?
36
- pip3 install --user --force-reinstall dist/*.whl # Artifacts from the previous stage (downloaded by default)
37
- ${PYTHON} -m pytest
0 commit comments