Skip to content

Commit

Permalink
fix: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaiyer95 committed Jan 21, 2025
1 parent cde2195 commit f717673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
python_arch: 'x64'
tox_env: 'py312-nocov'
os: 'macos-13'
- name: 'pypy38-cover (ubuntu)'
{# - name: 'pypy38-cover (ubuntu)'
python: 'pypy-3.8'
toxpython: 'pypy3.8'
python_arch: 'x64'
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
toxpython: 'pypy3.8'
python_arch: 'x64'
tox_env: 'pypy38-nocov'
os: 'macos-13'
os: 'macos-13' #}
- name: 'pypy39-cover (ubuntu)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
Expand Down

0 comments on commit f717673

Please sign in to comment.