Skip to content

Commit

Permalink
Temporarily disable all envs except py311 ubuntu to speed up actions …
Browse files Browse the repository at this point in the history
…dev iterations
  • Loading branch information
softwareengineerprogrammer committed Oct 29, 2023
1 parent 298dffa commit f87d599
Showing 1 changed file with 45 additions and 42 deletions.
87 changes: 45 additions & 42 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,54 +26,57 @@ jobs:
toxpython: 'python3.11'
tox_env: 'docs'
os: 'ubuntu-latest'
- name: 'py38 (ubuntu)'
python: '3.8'
toxpython: 'python3.8'
python_arch: 'x64'
tox_env: 'py38'
os: 'ubuntu-latest'
- name: 'py38 (macos)'
python: '3.8'
toxpython: 'python3.8'
python_arch: 'x64'
tox_env: 'py38'
os: 'macos-latest'
- name: 'py39 (ubuntu)'
python: '3.9'
toxpython: 'python3.9'
python_arch: 'x64'
tox_env: 'py39'
os: 'ubuntu-latest'
- name: 'py39 (macos)'
python: '3.9'
toxpython: 'python3.9'
python_arch: 'x64'
tox_env: 'py39'
os: 'macos-latest'
- name: 'py310 (ubuntu)'
python: '3.10'
toxpython: 'python3.10'
python_arch: 'x64'
tox_env: 'py310'
os: 'ubuntu-latest'
- name: 'py310 (macos)'
python: '3.10'
toxpython: 'python3.10'
python_arch: 'x64'
tox_env: 'py310'
os: 'macos-latest'

# FIXME TEMP WIP
# - name: 'py38 (ubuntu)'
# python: '3.8'
# toxpython: 'python3.8'
# python_arch: 'x64'
# tox_env: 'py38'
# os: 'ubuntu-latest'
# - name: 'py38 (macos)'
# python: '3.8'
# toxpython: 'python3.8'
# python_arch: 'x64'
# tox_env: 'py38'
# os: 'macos-latest'
# - name: 'py39 (ubuntu)'
# python: '3.9'
# toxpython: 'python3.9'
# python_arch: 'x64'
# tox_env: 'py39'
# os: 'ubuntu-latest'
# - name: 'py39 (macos)'
# python: '3.9'
# toxpython: 'python3.9'
# python_arch: 'x64'
# tox_env: 'py39'
# os: 'macos-latest'
# - name: 'py310 (ubuntu)'
# python: '3.10'
# toxpython: 'python3.10'
# python_arch: 'x64'
# tox_env: 'py310'
# os: 'ubuntu-latest'
# - name: 'py310 (macos)'
# python: '3.10'
# toxpython: 'python3.10'
# python_arch: 'x64'
# tox_env: 'py310'
# os: 'macos-latest'
# - name: 'py311 (macos)'
# python: '3.11'
# toxpython: 'python3.11'
# python_arch: 'x64'
# tox_env: 'py311'
# os: 'macos-latest'

- name: 'py311 (ubuntu)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311'
os: 'ubuntu-latest'
- name: 'py311 (macos)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311'
os: 'macos-latest'

# - name: 'pypy38 (ubuntu)'
# python: 'pypy-3.8'
Expand Down

0 comments on commit f87d599

Please sign in to comment.