Skip to content

Commit a12d57c

Browse files
committed
CI: fixes for test:mac:x64 #42
1 parent 56ef96f commit a12d57c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ test:linux:aarch64:
5858

5959
test:mac:x64:
6060
extends: .test
61+
script:
62+
- python3 -m venv .venv
63+
- source .venv/bin/activate
64+
- python3 -m pip install pytest
65+
- rm -r objectbox # todo this is ugly; let's copy required files in a sub-folder instead?
66+
- pip3 install --force-reinstall dist/*.whl # Artifacts from the previous stage (downloaded by default)
67+
- python -m pytest
6168
tags: [mac, x64, shell, python3]
6269

6370
test:windows:x64:

0 commit comments

Comments
 (0)