Skip to content

Commit

Permalink
Mac pypy fails on another compiler issue, disable it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer authored and bpulluta committed Dec 1, 2023
1 parent 85a8f12 commit 52d0e74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
# python_arch: 'x64'
# tox_env: 'pypy39'
# os: 'ubuntu-latest'
- name: 'pypy39 (macos)'
python: 'pypy-3.9'
toxpython: 'pypy3.9'
python_arch: 'x64'
tox_env: 'pypy39'
os: 'macos-latest'
# - name: 'pypy39 (macos)'
# python: 'pypy-3.9'
# toxpython: 'pypy3.9'
# python_arch: 'x64'
# tox_env: 'pypy39'
# os: 'macos-latest'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 52d0e74

Please sign in to comment.