File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 56
56
run : |
57
57
brew install bash
58
58
/opt/homebrew/bin/bash --version
59
-
59
+
60
60
- name : Setup Python 3.10
61
61
uses : actions/setup-python@v5
62
62
with :
74
74
with :
75
75
additional_extras : " dev,binder"
76
76
77
+ - name : Install esig on macOS
78
+ run : pip install "esig>=0.9.7,<1.0.0"
79
+
77
80
- name : Run example notebooks
78
81
run : .github/utilities/run_examples.sh false
79
82
shell : bash
Original file line number Diff line number Diff line change 46
46
- uses : ./.github/actions/cpu_all_extras
47
47
with :
48
48
additional_extras : " dev,binder"
49
+
50
+ - name : Install esig on macOS
51
+ run : pip install "esig>=0.9.7,<1.0.0"
49
52
50
53
- name : Run example notebooks
51
54
run : .github/utilities/run_examples.sh ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'full examples run') }}
You can’t perform that action at this time.
0 commit comments