Skip to content

Commit 491fda3

Browse files
authored
Test if duplicate of python/cpython#133779
1 parent db394d0 commit 491fda3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/core.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on: push
44
jobs:
55
tests:
66
name: Install cffi
7-
runs-on: ${{ matrix.os-version }}
7+
runs-on: 'windows-latest'
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os-version: ['ubuntu-latest','windows-latest','macos-latest']
12-
python-version: ['3.14.0-alpha.1','3.14.0-alpha.2','3.14.0-alpha.3','3.14.0-alpha.4','3.14.0-alpha.5','3.14.0-alpha.6','3.14.0-alpha.7','3.14.0-beta.1']
11+
command: [python3 -m pip install cffi,Py_GIL_DISABLED=0 python3 -m pip install cffi]
1312
steps:
1413
- uses: actions/setup-python@v5
1514
with:
16-
python-version: ${{ matrix.python-version }}
17-
- run: python3 -m pip install cffi
15+
python-version: '3.14.0-beta.1'
16+
- run: python3 -m pip install cffi ${{ matrix.command }}

0 commit comments

Comments
 (0)