Skip to content

Commit fc4663d

Browse files
disable py310 (windows) github actions workflow - redundant with py311 version and therefore unnecessarily increases compute time/usage
1 parent 5647c7e commit fc4663d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/github-actions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
python_arch: 'x64'
4545
tox_env: 'py310'
4646
os: 'ubuntu-latest'
47-
- name: 'py310 (windows)'
48-
python: '3.10'
49-
toxpython: 'python3.10'
50-
python_arch: 'x64'
51-
tox_env: 'py310'
52-
os: 'windows-latest'
47+
# - name: 'py310 (windows)'
48+
# python: '3.10'
49+
# toxpython: 'python3.10'
50+
# python_arch: 'x64'
51+
# tox_env: 'py310'
52+
# os: 'windows-latest'
5353
- name: 'py311 (ubuntu)'
5454
python: '3.11'
5555
toxpython: 'python3.11'

0 commit comments

Comments
 (0)