Skip to content

Commit

Permalink
Populate pip wheel cache with latest cffi on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 4, 2024
1 parent 5e70237 commit 34298b8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Install dependencies 🔧
if: steps.setup-python.outcome == 'success'
run: |
pip wheel git+https://github.com/python-cffi/cffi
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Install dependencies 🔧
if: steps.setup-python.outcome == 'success'
run: |
pip wheel git+https://github.com/python-cffi/cffi
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Install dependencies 🔧
if: steps.setup-python.outcome == 'success'
run: |
pip wheel git+https://github.com/python-cffi/cffi
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel
Expand Down
12 changes: 12 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,15 @@ extras_require:

exclude_files:
- contributing


github_ci_requirements:
Linux:
pre:
- pip wheel git+https://github.com/python-cffi/cffi
Windows:
pre:
- pip wheel git+https://github.com/python-cffi/cffi
macOS:
pre:
- pip wheel git+https://github.com/python-cffi/cffi

0 comments on commit 34298b8

Please sign in to comment.