File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -109,17 +109,14 @@ jobs:
109109 python-version : ['3.8', '3.9', '3.10', '3.11']
110110 os : [ubuntu-latest, macos-latest, windows-latest]
111111 exclude :
112- - os : macos -latest
113- python-version : ' 3.7 '
112+ - os : windows -latest
113+ python-version : ' 3.8 '
114114 steps :
115115 - uses : actions/checkout@v1
116116 - name : Set up Python ${{ matrix.python-version }}
117117 uses : actions/setup-python@v2
118118 with :
119119 python-version : ${{ matrix.python-version }}
120- - if : matrix.os == 'windows-latest' && matrix.python-version == 3.6
121- name : Install dependencies - Windows with Python 3.6
122- run : python -m pip install pywinpty==2.0.1
123120 - name : Install package and dependencies
124121 run : pip install invoke jupyter matplotlib .
125122 - name : invoke tutorials
You can’t perform that action at this time.
0 commit comments