Skip to content

Commit aa1639a

Browse files
committed
1
1 parent f7cf0f3 commit aa1639a

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/build-push.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- os: ubuntu-24.04
32-
platform: x86_64
33-
34-
- os: ubuntu-24.04
35-
platform: PyPy
31+
# - os: ubuntu-24.04
32+
# platform: x86_64
33+
#
34+
# - os: ubuntu-24.04
35+
# platform: PyPy
3636

3737
- os: windows-latest
3838
platform: win64
3939

40-
- os: windows-latest
41-
platform: PyPy
40+
# - os: windows-latest
41+
# platform: PyPy
4242

4343
- os: macos-latest
4444
platform: all
4545

46-
- os: macos-13
47-
platform: all
48-
49-
- os: macos-latest
50-
platform: PyPy
46+
# - os: macos-13
47+
# platform: all
48+
#
49+
# - os: macos-latest
50+
# platform: PyPy
5151

5252
steps:
5353
- uses: actions/checkout@v4
@@ -110,6 +110,7 @@ jobs:
110110
- name: Overwrite for MacOs
111111
if: runner.os == 'MacOs' && matrix.platform == 'all'
112112
run: |
113+
find / -name 'libev.h'
113114
echo "CIBW_BUILD=cp39* cp310* cp311* cp312* cp313*" >> $GITHUB_ENV
114115
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
115116
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV

0 commit comments

Comments
 (0)