Skip to content

Commit bf5b8bf

Browse files
committed
Add environment sourcing before running tests in macOS CI
1 parent cf05908 commit bf5b8bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ jobs:
6363
make build V=0
6464
6565
- name: Test
66-
run: ./sage -t --all -p4
66+
run: |
67+
source ./.homebrew-build-env # Needed so that runtime cython can find the dependencies
68+
./sage -t --all -p4
6769

0 commit comments

Comments
 (0)