Skip to content

Commit 32ba99c

Browse files
committed
added esig installation
1 parent 9cb7d48 commit 32ba99c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/periodic_tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
brew install bash
5858
/opt/homebrew/bin/bash --version
59-
59+
6060
- name: Setup Python 3.10
6161
uses: actions/setup-python@v5
6262
with:
@@ -74,6 +74,9 @@ jobs:
7474
with:
7575
additional_extras: "dev,binder"
7676

77+
- name: Install esig on macOS
78+
run: pip install "esig>=0.9.7,<1.0.0"
79+
7780
- name: Run example notebooks
7881
run: .github/utilities/run_examples.sh false
7982
shell: bash

.github/workflows/pr_examples.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- uses: ./.github/actions/cpu_all_extras
4747
with:
4848
additional_extras: "dev,binder"
49+
50+
- name: Install esig on macOS
51+
run: pip install "esig>=0.9.7,<1.0.0"
4952

5053
- name: Run example notebooks
5154
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)