Skip to content

Commit

Permalink
removed almost all CI integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
velezbeltran committed Feb 13, 2024
1 parent 2aebae2 commit 427b132
Showing 1 changed file with 143 additions and 143 deletions.
286 changes: 143 additions & 143 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,155 +14,155 @@ jobs:
toxpython: 'python3.11'
tox_env: 'check'
os: 'ubuntu-latest'
- name: 'docs'
python: '3.11'
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 (windows)'
python: '3.8'
toxpython: 'python3.8'
python_arch: 'x64'
tox_env: 'py38'
os: 'windows-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 (windows)'
python: '3.9'
toxpython: 'python3.9'
python_arch: 'x64'
tox_env: 'py39'
os: 'windows-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 (windows)'
python: '3.10'
toxpython: 'python3.10'
python_arch: 'x64'
tox_env: 'py310'
os: 'windows-latest'
- name: 'py310 (macos)'
python: '3.10'
toxpython: 'python3.10'
python_arch: 'x64'
tox_env: 'py310'
os: 'macos-latest'
- name: 'py311 (ubuntu)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311'
os: 'ubuntu-latest'
- name: 'py311 (windows)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311'
os: 'windows-latest'
- name: 'py311 (macos)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311'
os: 'macos-latest'
- name: 'py312 (ubuntu)'
python: '3.12'
toxpython: 'python3.12'
python_arch: 'x64'
tox_env: 'py312'
os: 'ubuntu-latest'
- name: 'py312 (windows)'
python: '3.12'
toxpython: 'python3.12'
python_arch: 'x64'
tox_env: 'py312'
os: 'windows-latest'
- name: 'py312 (macos)'
python: '3.12'
toxpython: 'python3.12'
python_arch: 'x64'
tox_env: 'py312'
os: 'macos-latest'
- name: 'pypy38 (ubuntu)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38'
os: 'ubuntu-latest'
- name: 'pypy38 (windows)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38'
os: 'windows-latest'
- name: 'pypy38 (macos)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38'
os: 'macos-latest'
- name: 'pypy39 (ubuntu)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
python_arch: 'x64'
tox_env: 'pypy39'
os: 'ubuntu-latest'
- name: 'pypy39 (windows)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
python_arch: 'x64'
tox_env: 'pypy39'
os: 'windows-latest'
- name: 'pypy39 (macos)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
python_arch: 'x64'
tox_env: 'pypy39'
os: 'macos-latest'
#- name: 'docs'
# python: '3.11'
# 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 (windows)'
# python: '3.8'
# toxpython: 'python3.8'
# python_arch: 'x64'
# tox_env: 'py38'
# os: 'windows-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 (windows)'
# python: '3.9'
# toxpython: 'python3.9'
# python_arch: 'x64'
# tox_env: 'py39'
# os: 'windows-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 (windows)'
# python: '3.10'
# toxpython: 'python3.10'
# python_arch: 'x64'
# tox_env: 'py310'
# os: 'windows-latest'
#- name: 'py310 (macos)'
# python: '3.10'
# toxpython: 'python3.10'
# python_arch: 'x64'
# tox_env: 'py310'
# os: 'macos-latest'
#- name: 'py311 (ubuntu)'
# python: '3.11'
# toxpython: 'python3.11'
# python_arch: 'x64'
# tox_env: 'py311'
# os: 'ubuntu-latest'
#- name: 'py311 (windows)'
# python: '3.11'
# toxpython: 'python3.11'
# python_arch: 'x64'
# tox_env: 'py311'
# os: 'windows-latest'
#- name: 'py311 (macos)'
# python: '3.11'
# toxpython: 'python3.11'
# python_arch: 'x64'
# tox_env: 'py311'
# os: 'macos-latest'
#- name: 'py312 (ubuntu)'
# python: '3.12'
# toxpython: 'python3.12'
# python_arch: 'x64'
# tox_env: 'py312'
# os: 'ubuntu-latest'
#- name: 'py312 (windows)'
# python: '3.12'
# toxpython: 'python3.12'
# python_arch: 'x64'
# tox_env: 'py312'
# os: 'windows-latest'
#- name: 'py312 (macos)'
# python: '3.12'
# toxpython: 'python3.12'
# python_arch: 'x64'
# tox_env: 'py312'
# os: 'macos-latest'
#- name: 'pypy38 (ubuntu)'
# python: 'pypy-3.8'
# toxpython: 'pypy3.8'
# python_arch: 'x64'
# tox_env: 'pypy38'
# os: 'ubuntu-latest'
#- name: 'pypy38 (windows)'
# python: 'pypy-3.8'
# toxpython: 'pypy3.8'
# python_arch: 'x64'
# tox_env: 'pypy38'
# os: 'windows-latest'
#- name: 'pypy38 (macos)'
# python: 'pypy-3.8'
# toxpython: 'pypy3.8'
# python_arch: 'x64'
# tox_env: 'pypy38'
# os: 'macos-latest'
#- name: 'pypy39 (ubuntu)'
# python: 'pypy-3.9'
# toxpython: 'pypy3.9'
# python_arch: 'x64'
# tox_env: 'pypy39'
# os: 'ubuntu-latest'
#- name: 'pypy39 (windows)'
# python: 'pypy-3.9'
# toxpython: 'pypy3.9'
# python_arch: 'x64'
# tox_env: 'pypy39'
# os: 'windows-latest'
#- name: 'pypy39 (macos)'
# python: 'pypy-3.9'
# toxpython: 'pypy3.9'
# python_arch: 'x64'
# tox_env: 'pypy39'
# os: 'macos-latest'
- name: 'pypy310 (ubuntu)'
python: 'pypy-3.10'
toxpython: 'pypy3.10'
python_arch: 'x64'
tox_env: 'pypy310'
os: 'ubuntu-latest'
- name: 'pypy310 (windows)'
python: 'pypy-3.10'
toxpython: 'pypy3.10'
python_arch: 'x64'
tox_env: 'pypy310'
os: 'windows-latest'
- name: 'pypy310 (macos)'
python: 'pypy-3.10'
toxpython: 'pypy3.10'
python_arch: 'x64'
tox_env: 'pypy310'
os: 'macos-latest'
#- name: 'pypy310 (windows)'
# python: 'pypy-3.10'
# toxpython: 'pypy3.10'
# python_arch: 'x64'
# tox_env: 'pypy310'
# os: 'windows-latest'
#- name: 'pypy310 (macos)'
# python: 'pypy-3.10'
# toxpython: 'pypy3.10'
# python_arch: 'x64'
# tox_env: 'pypy310'
# os: 'macos-latest'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 427b132

Please sign in to comment.