Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaiyer95 committed Jan 21, 2025
1 parent ffae1f8 commit e598b5e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
toxpython: 'python3.11'
tox_env: 'docs'
os: 'ubuntu-latest'

# Python 3.9
- name: 'py39-pydantic28-cover (ubuntu)'
python: '3.9'
toxpython: 'python3.9'
Expand Down Expand Up @@ -57,8 +55,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py39-pydantic210-nocov'
os: 'ubuntu-latest'

# Python 3.10
- name: 'py310-pydantic28-cover'
python: '3.10'
toxpython: 'python3.10'
Expand All @@ -83,8 +79,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py310-pydantic210-nocov'
os: 'ubuntu-latest'

# Python 3.11
- name: 'py311-pydantic28-cover'
python: '3.11'
toxpython: 'python3.11'
Expand All @@ -109,8 +103,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py311-pydantic210-nocov'
os: 'ubuntu-latest'

# Python 3.12
- name: 'py312-pydantic28-cover'
python: '3.12'
toxpython: 'python3.12'
Expand All @@ -135,8 +127,6 @@ jobs:
python_arch: 'x64'
tox_env: 'py312-pydantic210-nocov'
os: 'ubuntu-latest'

# PyPy 3.9
- name: 'pypy39-pydantic28-cover'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
Expand All @@ -161,8 +151,6 @@ jobs:
python_arch: 'x64'
tox_env: 'pypy39-pydantic210-nocov'
os: 'ubuntu-latest'

# PyPy 3.10
- name: 'pypy310-pydantic28-cover'
python: 'pypy-3.10'
toxpython: 'pypy3.10'
Expand Down

0 comments on commit e598b5e

Please sign in to comment.