Skip to content

Commit eba368e

Browse files
committed
Remove bogus windows envs.
1 parent 9fa3692 commit eba368e

File tree

3 files changed

+1
-98
lines changed

3 files changed

+1
-98
lines changed

.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default_context:
1717
function_name: compute
1818
github_actions: 'yes'
1919
github_actions_osx: 'yes'
20-
github_actions_windows: 'yes'
20+
github_actions_windows: 'no'
2121
license: BSD 2-Clause License
2222
module_name: core
2323
package_name: holdup

.github/workflows/github-actions.yml

-96
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
python_arch: 'x64'
2626
tox_env: 'py38-pg2'
2727
os: 'ubuntu-latest'
28-
- name: 'py38-pg2 (windows)'
29-
python: '3.8'
30-
toxpython: 'python3.8'
31-
python_arch: 'x64'
32-
tox_env: 'py38-pg2'
33-
os: 'windows-latest'
3428
- name: 'py38-pg2 (macos)'
3529
python: '3.8'
3630
toxpython: 'python3.8'
@@ -43,12 +37,6 @@ jobs:
4337
python_arch: 'x64'
4438
tox_env: 'py38-pg3'
4539
os: 'ubuntu-latest'
46-
- name: 'py38-pg3 (windows)'
47-
python: '3.8'
48-
toxpython: 'python3.8'
49-
python_arch: 'x64'
50-
tox_env: 'py38-pg3'
51-
os: 'windows-latest'
5240
- name: 'py38-pg3 (macos)'
5341
python: '3.8'
5442
toxpython: 'python3.8'
@@ -61,12 +49,6 @@ jobs:
6149
python_arch: 'x64'
6250
tox_env: 'py39-pg2'
6351
os: 'ubuntu-latest'
64-
- name: 'py39-pg2 (windows)'
65-
python: '3.9'
66-
toxpython: 'python3.9'
67-
python_arch: 'x64'
68-
tox_env: 'py39-pg2'
69-
os: 'windows-latest'
7052
- name: 'py39-pg2 (macos)'
7153
python: '3.9'
7254
toxpython: 'python3.9'
@@ -79,12 +61,6 @@ jobs:
7961
python_arch: 'x64'
8062
tox_env: 'py39-pg3'
8163
os: 'ubuntu-latest'
82-
- name: 'py39-pg3 (windows)'
83-
python: '3.9'
84-
toxpython: 'python3.9'
85-
python_arch: 'x64'
86-
tox_env: 'py39-pg3'
87-
os: 'windows-latest'
8864
- name: 'py39-pg3 (macos)'
8965
python: '3.9'
9066
toxpython: 'python3.9'
@@ -97,12 +73,6 @@ jobs:
9773
python_arch: 'x64'
9874
tox_env: 'py310-pg2'
9975
os: 'ubuntu-latest'
100-
- name: 'py310-pg2 (windows)'
101-
python: '3.10'
102-
toxpython: 'python3.10'
103-
python_arch: 'x64'
104-
tox_env: 'py310-pg2'
105-
os: 'windows-latest'
10676
- name: 'py310-pg2 (macos)'
10777
python: '3.10'
10878
toxpython: 'python3.10'
@@ -115,12 +85,6 @@ jobs:
11585
python_arch: 'x64'
11686
tox_env: 'py310-pg3'
11787
os: 'ubuntu-latest'
118-
- name: 'py310-pg3 (windows)'
119-
python: '3.10'
120-
toxpython: 'python3.10'
121-
python_arch: 'x64'
122-
tox_env: 'py310-pg3'
123-
os: 'windows-latest'
12488
- name: 'py310-pg3 (macos)'
12589
python: '3.10'
12690
toxpython: 'python3.10'
@@ -133,12 +97,6 @@ jobs:
13397
python_arch: 'x64'
13498
tox_env: 'py311-pg2'
13599
os: 'ubuntu-latest'
136-
- name: 'py311-pg2 (windows)'
137-
python: '3.11'
138-
toxpython: 'python3.11'
139-
python_arch: 'x64'
140-
tox_env: 'py311-pg2'
141-
os: 'windows-latest'
142100
- name: 'py311-pg2 (macos)'
143101
python: '3.11'
144102
toxpython: 'python3.11'
@@ -151,12 +109,6 @@ jobs:
151109
python_arch: 'x64'
152110
tox_env: 'py311-pg3'
153111
os: 'ubuntu-latest'
154-
- name: 'py311-pg3 (windows)'
155-
python: '3.11'
156-
toxpython: 'python3.11'
157-
python_arch: 'x64'
158-
tox_env: 'py311-pg3'
159-
os: 'windows-latest'
160112
- name: 'py311-pg3 (macos)'
161113
python: '3.11'
162114
toxpython: 'python3.11'
@@ -169,12 +121,6 @@ jobs:
169121
python_arch: 'x64'
170122
tox_env: 'py312-pg2'
171123
os: 'ubuntu-latest'
172-
- name: 'py312-pg2 (windows)'
173-
python: '3.12'
174-
toxpython: 'python3.12'
175-
python_arch: 'x64'
176-
tox_env: 'py312-pg2'
177-
os: 'windows-latest'
178124
- name: 'py312-pg2 (macos)'
179125
python: '3.12'
180126
toxpython: 'python3.12'
@@ -187,12 +133,6 @@ jobs:
187133
python_arch: 'x64'
188134
tox_env: 'py312-pg3'
189135
os: 'ubuntu-latest'
190-
- name: 'py312-pg3 (windows)'
191-
python: '3.12'
192-
toxpython: 'python3.12'
193-
python_arch: 'x64'
194-
tox_env: 'py312-pg3'
195-
os: 'windows-latest'
196136
- name: 'py312-pg3 (macos)'
197137
python: '3.12'
198138
toxpython: 'python3.12'
@@ -205,12 +145,6 @@ jobs:
205145
python_arch: 'x64'
206146
tox_env: 'pypy38-pg2'
207147
os: 'ubuntu-latest'
208-
- name: 'pypy38-pg2 (windows)'
209-
python: 'pypy-3.8'
210-
toxpython: 'pypy3.8'
211-
python_arch: 'x64'
212-
tox_env: 'pypy38-pg2'
213-
os: 'windows-latest'
214148
- name: 'pypy38-pg2 (macos)'
215149
python: 'pypy-3.8'
216150
toxpython: 'pypy3.8'
@@ -223,12 +157,6 @@ jobs:
223157
python_arch: 'x64'
224158
tox_env: 'pypy38-pg3'
225159
os: 'ubuntu-latest'
226-
- name: 'pypy38-pg3 (windows)'
227-
python: 'pypy-3.8'
228-
toxpython: 'pypy3.8'
229-
python_arch: 'x64'
230-
tox_env: 'pypy38-pg3'
231-
os: 'windows-latest'
232160
- name: 'pypy38-pg3 (macos)'
233161
python: 'pypy-3.8'
234162
toxpython: 'pypy3.8'
@@ -241,12 +169,6 @@ jobs:
241169
python_arch: 'x64'
242170
tox_env: 'pypy39-pg2'
243171
os: 'ubuntu-latest'
244-
- name: 'pypy39-pg2 (windows)'
245-
python: 'pypy-3.9'
246-
toxpython: 'pypy3.9'
247-
python_arch: 'x64'
248-
tox_env: 'pypy39-pg2'
249-
os: 'windows-latest'
250172
- name: 'pypy39-pg2 (macos)'
251173
python: 'pypy-3.9'
252174
toxpython: 'pypy3.9'
@@ -259,12 +181,6 @@ jobs:
259181
python_arch: 'x64'
260182
tox_env: 'pypy39-pg3'
261183
os: 'ubuntu-latest'
262-
- name: 'pypy39-pg3 (windows)'
263-
python: 'pypy-3.9'
264-
toxpython: 'pypy3.9'
265-
python_arch: 'x64'
266-
tox_env: 'pypy39-pg3'
267-
os: 'windows-latest'
268184
- name: 'pypy39-pg3 (macos)'
269185
python: 'pypy-3.9'
270186
toxpython: 'pypy3.9'
@@ -277,12 +193,6 @@ jobs:
277193
python_arch: 'x64'
278194
tox_env: 'pypy310-pg2'
279195
os: 'ubuntu-latest'
280-
- name: 'pypy310-pg2 (windows)'
281-
python: 'pypy-3.10'
282-
toxpython: 'pypy3.10'
283-
python_arch: 'x64'
284-
tox_env: 'pypy310-pg2'
285-
os: 'windows-latest'
286196
- name: 'pypy310-pg2 (macos)'
287197
python: 'pypy-3.10'
288198
toxpython: 'pypy3.10'
@@ -295,12 +205,6 @@ jobs:
295205
python_arch: 'x64'
296206
tox_env: 'pypy310-pg3'
297207
os: 'ubuntu-latest'
298-
- name: 'pypy310-pg3 (windows)'
299-
python: 'pypy-3.10'
300-
toxpython: 'pypy3.10'
301-
python_arch: 'x64'
302-
tox_env: 'pypy310-pg3'
303-
os: 'windows-latest'
304208
- name: 'pypy310-pg3 (macos)'
305209
python: 'pypy-3.10'
306210
toxpython: 'pypy3.10'

ci/templates/.github/workflows/github-actions.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
{% endif %}
3333
{% for os, python_arch in [
3434
['ubuntu', 'x64'],
35-
['windows', 'x64'],
3635
['macos', 'x64'],
3736
] %}
3837
- name: '{{ env }} ({{ os }})'

0 commit comments

Comments
 (0)