Skip to content

Commit 6b75b68

Browse files
authored
Update github actions tutorial tests (#603)
* remove python3.8 * keep 3.8 for other images
1 parent 6a5d7f6 commit 6b75b68

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)