Skip to content

Commit

Permalink
- fix cffi install order
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 29, 2024
1 parent f307271 commit 000b79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
if: matrix.python-version == '3.13'
run: |
pip install -U pip
pip install -U --pre cffi
pip install -U "setuptools<69" wheel twine
pip install --pre cffi
- name: Install Build Dependencies
if: matrix.python-version != '3.13'
run: |
Expand Down Expand Up @@ -330,8 +330,8 @@ jobs:
- name: Install zope.security ${{ matrix.python-version }}
if: matrix.python-version == '3.13'
run: |
pip install -U --pre cffi
pip install -U wheel "setuptools<69"
pip install --pre cffi
# coverage might have a wheel on PyPI for a future python version which is
# not ABI compatible with the current one, so build it from sdist:
pip install -U --no-binary :all: coverage
Expand Down

0 comments on commit 000b79b

Please sign in to comment.