Skip to content

Commit ef17960

Browse files
committed
install boost before esig
1 parent 32ba99c commit ef17960

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/periodic_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
additional_extras: "dev,binder"
7676

7777
- name: Install esig on macOS
78-
run: pip install "esig>=0.9.7,<1.0.0"
79-
78+
run: brew install boost && pip install "esig>=0.9.7,<1.0.0"
79+
8080
- name: Run example notebooks
8181
run: .github/utilities/run_examples.sh false
8282
shell: bash

.github/workflows/pr_examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
additional_extras: "dev,binder"
4949

5050
- name: Install esig on macOS
51-
run: pip install "esig>=0.9.7,<1.0.0"
51+
run: brew install boost && pip install "esig>=0.9.7,<1.0.0"
5252

5353
- name: Run example notebooks
5454
run: .github/utilities/run_examples.sh ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'full examples run') }}

0 commit comments

Comments
 (0)