Skip to content

Commit f717673

Browse files
committed
fix: disable tests
1 parent cde2195 commit f717673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
python_arch: 'x64'
266266
tox_env: 'py312-nocov'
267267
os: 'macos-13'
268-
- name: 'pypy38-cover (ubuntu)'
268+
{# - name: 'pypy38-cover (ubuntu)'
269269
python: 'pypy-3.8'
270270
toxpython: 'pypy3.8'
271271
python_arch: 'x64'
@@ -300,7 +300,7 @@ jobs:
300300
toxpython: 'pypy3.8'
301301
python_arch: 'x64'
302302
tox_env: 'pypy38-nocov'
303-
os: 'macos-13'
303+
os: 'macos-13' #}
304304
- name: 'pypy39-cover (ubuntu)'
305305
python: 'pypy-3.9'
306306
toxpython: 'pypy3.9'

0 commit comments

Comments
 (0)