Skip to content

Commit 00545ae

Browse files
author
Ivan Dlugos
committed
CI add "--user" flag to pip3 install
1 parent cfe04a6 commit 00545ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ build:
2424
.test:
2525
stage: test
2626
script:
27-
- pip3 install pytest
27+
- pip3 install --user pytest
2828
- rm -r objectbox
29-
- pip3 install --force-reinstall dist/*.whl
29+
- pip3 install --user --force-reinstall dist/*.whl
3030
- python3 -m pytest
3131

3232
.test:linux:x64:

0 commit comments

Comments
 (0)