File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /opt/homebrew/ bin/bash
2
2
3
3
# Script to run all example notebooks.
4
4
set -euxo pipefail
Original file line number Diff line number Diff line change @@ -46,12 +46,17 @@ jobs:
46
46
extra_args : --all-files
47
47
48
48
run-notebook-examples :
49
- runs-on : ubuntu-24.04
49
+ runs-on : macos-latest
50
50
51
51
steps :
52
52
- name : Checkout
53
53
uses : actions/checkout@v4
54
54
55
+ - name : Install bash 5.x
56
+ run : |
57
+ brew install bash
58
+ /opt/homebrew/bin/bash --version
59
+
55
60
- name : Setup Python 3.10
56
61
uses : actions/setup-python@v5
57
62
with :
Original file line number Diff line number Diff line change @@ -19,12 +19,17 @@ concurrency:
19
19
20
20
jobs :
21
21
run-notebook-examples :
22
- runs-on : ubuntu-24.04
22
+ runs-on : macos-latest
23
23
24
24
steps :
25
25
- name : Checkout
26
26
uses : actions/checkout@v4
27
27
28
+ - name : Install bash 5.x
29
+ run : |
30
+ brew install bash
31
+ /opt/homebrew/bin/bash --version
32
+
28
33
- name : Setup Python 3.10
29
34
uses : actions/setup-python@v5
30
35
with :
You can’t perform that action at this time.
0 commit comments