Skip to content

Commit 06dfb8d

Browse files
committed
GitLab CI: temporary fix of the mac test #4
1 parent 84edcc4 commit 06dfb8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ test:linux:x64:3.10:
7272
test:mac:x64:
7373
extends: .test-python3
7474
tags: [mac, x64, shell, python3]
75+
script:
76+
- make depend
77+
- make test
7578

7679
test:windows:x64:
7780
extends: .test

0 commit comments

Comments
 (0)