File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
strategy :
85
85
fail-fast : false
86
86
matrix :
87
- os : [macos-14 ]
87
+ os : [macos-13 ]
88
88
python_version : ['3.9', '3.10', '3.11']
89
89
90
90
steps :
@@ -106,7 +106,7 @@ jobs:
106
106
ipywidgets
107
107
matplotlib
108
108
xeus-cling
109
- " traitlets>=5.0.3,<6"
109
+ traitlets>=5.0.3,<6
110
110
ipykernel
111
111
pyzmq=25.1.0
112
112
Original file line number Diff line number Diff line change 61
61
strategy :
62
62
fail-fast : false
63
63
matrix :
64
- os : [ubuntu-latest, macos-14 , windows-latest]
64
+ os : [ubuntu-latest, macos-13 , windows-latest]
65
65
python : ['3.8', '3.10']
66
66
include :
67
67
- python : ' 3.8'
70
70
dist : ' voila*.whl'
71
71
- os : windows-latest
72
72
py_cmd : python
73
- - os : macos-14
73
+ - os : macos-13
74
74
py_cmd : python3
75
75
- os : ubuntu-latest
76
76
py_cmd : python
You can’t perform that action at this time.
0 commit comments