Skip to content

Commit

Permalink
Add C API dependencies installation to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 19, 2024
1 parent 8885d9d commit 2ca9af9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/capi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
# build dependencies
pip install cffi
# runtime dependencies
pip install .
- name: Build & install library
working-directory: ./capi
run: |
Expand Down

0 comments on commit 2ca9af9

Please sign in to comment.