Skip to content

Commit e8ea5ea

Browse files
authored
Merge pull request scylladb#115 from dkropachev/fix_macos
fix(gitflow): temporary disable macos pypy until 7.3.7 is released
2 parents e03dd15 + 4dac0f9 commit e8ea5ea

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
- os: macos-latest
4343
platform: all
4444

45-
- os: macos-latest
46-
platform: PyPy
45+
#- os: macos-latest
46+
# platform: PyPy
47+
# It is disabled due to the https://foss.heptapod.net/pypy/pypy/-/issues/3314
48+
# Re-enable when PyPy 7.3.7 is released https://downloads.python.org/pypy/versions.json
4749

4850
steps:
4951
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)